Skip to content

Commit

Permalink
fix: use another default address
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq authored and ebmifa committed Aug 23, 2023
1 parent 05a1cd9 commit 005304c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/sui/src/zklogin_commands_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ pub async fn perform_zk_login_test_tx(
coin,
None,
5000000,
SuiAddress::random_for_testing_only(),
SuiAddress::ZERO, // as a demo, send to a dummy address
)
.await?;
println!(
Expand Down

0 comments on commit 005304c

Please sign in to comment.