mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-08 11:56:46 +01:00
Add TxType before processing L2 tx
This commit is contained in:
@@ -485,6 +485,7 @@ func TestSync(t *testing.T) {
|
||||
// Block 3
|
||||
|
||||
syncBlock, discards, err = s.Sync2(ctx, nil)
|
||||
assert.NoError(t, err)
|
||||
require.Nil(t, err)
|
||||
require.Nil(t, discards)
|
||||
require.NotNil(t, syncBlock)
|
||||
|
||||
Reference in New Issue
Block a user