Skip to content

Commit

Permalink
Update tests/e2e/x/transfer/virtuous.go
Browse files Browse the repository at this point in the history
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: marun <[email protected]>
  • Loading branch information
marun and StephenButtolph authored Nov 21, 2024
1 parent 1c22b38 commit ab66524
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/e2e/x/transfer/virtuous.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,13 @@ var _ = e2e.DescribeXChainSerial("[Virtuous Transfer Tx AVAX]", func() {
})

tc.Log().Info("issuing transfer",
zap.Stringer("fromAddress", shortAddrs[fromIdx]),
zap.Uint64("senderOrigBal", senderOrigBal),
zap.Uint64("senderNewBal", senderNewBal),
zap.Stringer("sender", shortAddrs[fromIdx]),
zap.Uint64("senderOriginalBalance", senderOrigBal),
zap.Uint64("senderNewBalance", senderNewBal),
zap.Uint64("amountToTransfer", amountToTransfer),
zap.Stringer("toAddress", shortAddrs[toIdx]),
zap.Uint64("receiverOrigBal", receiverOrigBal),
zap.Uint64("receiverNewBal", receiverNewBal),
zap.Stringer("receiver", shortAddrs[toIdx]),
zap.Uint64("receiverOriginalBalance", receiverOrigBal),
zap.Uint64("receiverNewBalance", receiverNewBal),
)

tx, err := wallets[fromIdx].X().IssueBaseTx(
Expand Down

0 comments on commit ab66524

Please sign in to comment.