Skip to content

Commit

Permalink
fix rotate-authentication-key test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjiao committed Nov 20, 2024
1 parent 248b90f commit 5c67f8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/starcoin/src/account/rotate_auth_key_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ impl CommandAction for RotateAuthenticationKeyCommand {
let result = ctx.state().build_and_execute_transaction(
txn_opt,
TransactionPayload::EntryFunction(EntryFunction::new(
ModuleId::new(core_code_address(), Identifier::new("Account").unwrap()),
Identifier::new("rotate_authentication_key").unwrap(),
ModuleId::new(core_code_address(), Identifier::new("account").unwrap()),
Identifier::new("rotate_authentication_key_call").unwrap(),
vec![],
vec![
MoveValue::from(TransactionArgument::U8Vector(auth_key.to_vec()))
Expand Down

0 comments on commit 5c67f8d

Please sign in to comment.