mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 06:42:16 +00:00
fix tx string format
This commit is contained in:
parent
eb9ca23250
commit
d5113377e2
@ -21,7 +21,7 @@ func (tx Tx) Hash() []byte {
|
||||
}
|
||||
|
||||
func (tx Tx) String() string {
|
||||
return fmt.Sprintf("Tx{%X}")
|
||||
return fmt.Sprintf("Tx{%X}", tx)
|
||||
}
|
||||
|
||||
type Txs []Tx
|
||||
|
Loading…
x
Reference in New Issue
Block a user