Skip to content

Commit

Permalink
actually use the command under test while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xhjkl committed Feb 17, 2023
1 parent 2d09152 commit 3bb5398
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/test_multisig.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,15 +324,13 @@

print('\nAdding back the third owner ...')
result = multisig(
'propose-change-multisig',
'propose-add-owner',
'--multisig-program-id',
multisig_program_id,
'--multisig-address',
multisig_address,
'--threshold',
'2',
'--owners',
','.join([addr1.pubkey, addr2.pubkey, addr3.pubkey]),
'--owner',
addr3.pubkey,
keypair_path=addr1.keypair_path,
)
change_multisig_transaction_address = result['transaction_address']
Expand Down

0 comments on commit 3bb5398

Please sign in to comment.