aboutsummaryrefslogtreecommitdiff
path: root/test/functional/mocks/multi_signers.py
AgeCommit message (Collapse)Author
2022-06-09GetExternalSigner(): fail if multiple signers are foundamadeuszpawlik
If there are multiple external signers, `GetExternalSigner()` will just pick the first one in the list. If the user has two or more hardware wallets connected at the same time, he might not notice this. This PR adds a check and fails with suitable message.