Skip to content

Commit

Permalink
transactionWithHeaderInstructions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dusannosovic-ethernal committed Mar 20, 2024
1 parent 24f7f63 commit c5bce6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-polybft/e2e/txpool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func TestE2E_TxPool_TransactionWithHeaderInstructions(t *testing.T) {

tx := types.NewTx(&types.LegacyTx{
BaseTx: &types.BaseTx{
Input: contractsapi.TestRewardToken.Bytecode,
Input: contractsapi.TestWriteBlockMetadata.Bytecode,
}})

receipt, err := relayer.SendTransaction(tx, sidechainKey)
Expand Down

0 comments on commit c5bce6c

Please sign in to comment.