mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-14 13:51:21 +00:00
fix tx string format take 2
This commit is contained in:
@ -21,7 +21,7 @@ func (tx Tx) Hash() []byte {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (tx Tx) String() string {
|
func (tx Tx) String() string {
|
||||||
return fmt.Sprintf("Tx{%X}", tx)
|
return fmt.Sprintf("Tx{%X}", []byte(tx))
|
||||||
}
|
}
|
||||||
|
|
||||||
type Txs []Tx
|
type Txs []Tx
|
||||||
|
Reference in New Issue
Block a user