Skip to content

Commit

Permalink
fix multisig sender (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwedge99 committed Aug 16, 2024
1 parent d122693 commit 2800625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aptos-move/aptos-vm/src/aptos_vm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2275,7 +2275,7 @@ impl AptosVM {
.is_enabled(FeatureFlag::STRUCT_CONSTRUCTORS);
let args = verifier::transaction_arg_validation::validate_combine_signer_and_txn_args(
&mut session,
senders,
vec![payload.multisig_address],
arguments,
&function,
struct_constructors,
Expand Down

0 comments on commit 2800625

Please sign in to comment.