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

pull/15033/head
nkbai 7 years ago committed by Felix Lange
parent ff9a868232
commit 68955ed2eb
  1. 2
      core/types/transaction.go

@ -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,

Loading…
Cancel
Save