Skip to content

Commit

Permalink
Fix retryable test
Browse files Browse the repository at this point in the history
  • Loading branch information
hkalodner committed Aug 31, 2022
1 parent 429076a commit 450c082
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/MACHINEHASH
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x3197f955bbd671d5074ea6de2e2b2172798b56fb3ac0a1ddb9a13f446aef14b7
0x1e9ccb390c15a084d695ad2fe83b27bc6212ca120213f2769fe39f6ba3899a17
6 changes: 3 additions & 3 deletions packages/arb-node-core/ethbridge/inbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ func TestRetryable(t *testing.T) {
test.FailIfError(t, err)
arbTx := message.RetryableTx{
Destination: common.RandAddress(),
Value: common.RandBigInt(),
Deposit: big.NewInt(1000),
MaxSubmissionCost: common.RandBigInt(),
Value: big.NewInt(13425),
Deposit: big.NewInt(10000000000),
MaxSubmissionCost: big.NewInt(100000),
CreditBack: common.RandAddress(),
Beneficiary: common.RandAddress(),
MaxGas: common.RandBigInt(),
Expand Down

0 comments on commit 450c082

Please sign in to comment.