Skip to content

Commit a28c38c

Browse files
committed
wallet2: correct variable usage in get_multisig_seed
1 parent af4fd61 commit a28c38c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/wallet2.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,7 +1456,7 @@ bool wallet2::get_multisig_seed(epee::wipeable_string& seed, const epee::wipeabl
14561456
return false;
14571457
}
14581458

1459-
const uint64_t num_expected_ms_keys = num_priv_multisig_keys_post_setup(threshold, total);
1459+
const uint64_t num_expected_ms_keys = num_priv_multisig_keys_post_setup(ms_status.threshold, ms_status.total);
14601460

14611461
crypto::secret_key skey;
14621462
crypto::public_key pkey;

0 commit comments

Comments
 (0)