mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
fix TxID to use ripemd160 in events and rpc return
This commit is contained in:
@@ -62,7 +62,7 @@ type CallData struct {
|
||||
type EventMsgCall struct {
|
||||
CallData *CallData `json:"call_data"`
|
||||
Origin []byte `json:"origin"`
|
||||
TxId []byte `json:"tx_id"`
|
||||
TxID []byte `json:"tx_id"`
|
||||
Return []byte `json:"return"`
|
||||
Exception string `json:"exception"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user