diff --git a/cmd/starcoin/src/account/rotate_auth_key_cmd.rs b/cmd/starcoin/src/account/rotate_auth_key_cmd.rs index e1fc315012..311a5a34d7 100644 --- a/cmd/starcoin/src/account/rotate_auth_key_cmd.rs +++ b/cmd/starcoin/src/account/rotate_auth_key_cmd.rs @@ -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()))