mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +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