mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-13 11:34:17 +00:00
use legacy events field names
This commit is contained in:
@@ -156,7 +156,7 @@ func (app *Application) handleTx(tx []byte) *types.ExecTxResult {
|
||||
},
|
||||
}
|
||||
|
||||
return &types.ExecTxResult{Code: code.CodeTypeOK, TxEvents: events}
|
||||
return &types.ExecTxResult{Code: code.CodeTypeOK, Events: events}
|
||||
}
|
||||
|
||||
func (app *Application) Close() error {
|
||||
|
||||
Reference in New Issue
Block a user