debug_trace Methods - Gas Simulation Bug (Fixed in v1.7.8)
Issue 1: debug_traceBlockByNumber
debug_traceBlockByNumber {
"error": "rpc error: code = Internal desc = spendable balance X basecro is smaller than Y basecro: insufficient funds"
}Issue 2: debug_traceTransaction
debug_traceTransaction {
"error": {
"code": -32000,
"message": "rpc error: code = Unknown desc = rpc error: code = Internal desc = spendable balance X basecro is smaller than Y basecro: insufficient funds: unknown request"
}
}Resolution
Last updated
Was this helpful?