Hi, I’m sending a transaction and it’s taking a lot of time, checking in the explorer I saw Block Height -1, What it mean it? What can I do to process the transaction?
THank you very much
Hi, I’m sending a transaction and it’s taking a lot of time, checking in the explorer I saw Block Height -1, What it mean it? What can I do to process the transaction?
THank you very much
What SDK are you using? -1 is generally not packaged, and I have also seen it. In this case, there may be some problem with your data, so the node will not handle it. Please check your parameters
Hi @sgcvzla.chain,
Block height = -1
means your transaction is not yet confirmed in a block. This is a bit hacky way of showing it, while keeping the same transaction structure.
Most likely something is wrong with your transaction: maybe nonce
or the sender account’s balance.