Skip to content

Commit

Permalink
fixup: bump the funding transfer further
Browse files Browse the repository at this point in the history
  • Loading branch information
marun committed May 13, 2024
1 parent 44d40b0 commit 0ba5d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/x/transfer/virtuous.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ var _ = e2e.DescribeXChainSerial("[Virtuous Transfer Tx AVAX]", func() {
// Special-case the transfer amount from the funded key to ensure
// that new keys have enough funds to perform their own transfers.
if shortAddrs[fromIdx] == e2e.Env.PreFundedKey.Address() {
amountToTransfer = units.Avax
amountToTransfer = 10 * units.Avax
}

senderNewBal := senderOrigBal - amountToTransfer - xContext.BaseTxFee
Expand Down

0 comments on commit 0ba5d07

Please sign in to comment.