Skip to content

Commit

Permalink
fix transaction txn
Browse files Browse the repository at this point in the history
  • Loading branch information
nkysg committed Oct 4, 2023
1 parent 1561a35 commit 7949e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/e2e-tests/src/common_transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub fn peer_to_peer_txn(
&starcoin_acc,
receiver.address(),
seq_num,
duration_since_epoch().as_secs() + 100,
duration_since_epoch().as_secs() + DEFAULT_EXPIRATION_TIME,
transfer_amount as u128,
&ChainNetwork::new_test(),
)
Expand Down

0 comments on commit 7949e0d

Please sign in to comment.