mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
mempool: v1 implementation (#6466)
This commit is contained in:
@@ -194,6 +194,8 @@ message ResponseCheckTx {
|
||||
int64 gas_used = 6 [json_name = "gas_used"];
|
||||
repeated Event events = 7 [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"];
|
||||
string codespace = 8;
|
||||
string sender = 9;
|
||||
int64 priority = 10;
|
||||
}
|
||||
|
||||
message ResponseDeliverTx {
|
||||
|
||||
Reference in New Issue
Block a user