Skip to content

Commit

Permalink
Update e2e-polybft/e2e/storage_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Goran Rojovic <[email protected]>
  • Loading branch information
oliverbundalo and goran-ethernal authored Mar 22, 2024
1 parent 5f8aa57 commit 40765a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-polybft/e2e/storage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestE2E_Storage(t *testing.T) {
txn := &ethgo.Transaction{
From: sender.Address(),
To: &to,
Gas: 30000, // enough to send a transfer
Gas: 21000, // enough to send a transfer
Value: big.NewInt(int64(i)),
Nonce: uint64(i),
}
Expand Down

0 comments on commit 40765a7

Please sign in to comment.