1of1 multisig correct UI

This commit is contained in:
scgbckbone 2023-02-23 04:43:31 +01:00 committed by doc-hex
parent 6ade41606a
commit a1bc4617d1

View File

@ -1067,7 +1067,7 @@ class MultisigWallet:
if M == N == 1:
exp = 'The one signer must approve spends.'
if M == N:
elif M == N:
exp = 'All %d co-signers must approve spends.' % N
elif M == 1:
exp = 'Any signature from %d co-signers will approve spends.' % N