mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-10 05:50:19 +00:00
proto: Remove TODO on TxResult
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -424,10 +424,6 @@ message ExecTxResult {
|
||||
// TxResult contains results of executing the transaction.
|
||||
//
|
||||
// One usage is indexing transaction results.
|
||||
// TODO(thane): Remove this struct. It's effectively only used in
|
||||
// types/events.go#EventDataTx and these fields could easily be
|
||||
// introduced directly into that struct. There doesn't seem to be
|
||||
// any other use for this struct via any other interface.
|
||||
message TxResult {
|
||||
int64 height = 1;
|
||||
uint32 index = 2;
|
||||
|
||||
Reference in New Issue
Block a user