Commit 68955ed2 authored by nkbai's avatar nkbai Committed by Felix Lange

core/types: fix create indicator in Transaction.String (#15025)

parent ff9a8682
......@@ -300,7 +300,7 @@ func (tx *Transaction) String() string {
Hex: %x
`,
tx.Hash(),
len(tx.data.Recipient) == 0,
tx.data.Recipient == nil,
from,
to,
tx.data.AccountNonce,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment