ABCI specs声明DeliverTx
和CheckTx
的结果包含以下信息:
...
GasWanted (int64): Amount of gas requested for transaction.
GasUsed (int64): Amount of gas consumed by transaction.
...
Fee (cmn.KI64Pair): Fee paid for the transaction.
我不确定为什么这些参数应该出现在响应中。 如果有的话,这些对Tendermint核心的“可操作性”如何?
答案 0 :(得分:1)
现在可以随意忽略这些。它们不被Tendermint核心使用。