mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 19:36:44 +01:00
Test L2Txs, ExitTree in synchronizer
This commit is contained in:
@@ -168,7 +168,7 @@ func (tx *Tx) String() string {
|
||||
tx.Type == TxTypeCreateAccountDepositTransfer {
|
||||
fmt.Fprintf(buf, "Fee: %d, ", tx.Fee)
|
||||
}
|
||||
fmt.Fprintf(buf, "TokenID: %d\n", tx.TokenID)
|
||||
fmt.Fprintf(buf, "TokenID: %d", tx.TokenID)
|
||||
|
||||
return buf.String()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user