Context block height fix on TraceTx (#1051)

This commit is contained in:
crypto-facs
2022-04-16 19:31:30 +02:00
committed by GitHub
parent 75099039be
commit bc4b018b60
9 changed files with 153 additions and 131 deletions
+3 -2
View File
@@ -230,8 +230,9 @@ message EstimateGasResponse {
message QueryTraceTxRequest {
// msgEthereumTx for the requested transaction
MsgEthereumTx msg = 1;
// transaction index
uint64 tx_index = 2;
// tx_index is not necessary anymore
reserved 2;
reserved "tx_index";
// TraceConfig holds extra parameters to trace functions.
TraceConfig trace_config = 3;
// the predecessor transactions included in the same block