mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 12:51:22 +00:00
fix tx string format
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user