Add TxType before processing L2 tx

This commit is contained in:
Arnau B
2020-12-15 17:39:07 +01:00
parent 8e1bfd150d
commit fcd6f56cec
2 changed files with 28 additions and 19 deletions

View File

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