diff --git a/types/tx.go b/types/tx.go index 28b843971..b36d4440f 100644 --- a/types/tx.go +++ b/types/tx.go @@ -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