bitcoin/test/functional/mocks
amadeuszpawlik 292b1a3e9c GetExternalSigner(): fail if multiple signers are found
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.
2022-06-09 20:34:46 +02:00
..
invalid_signer.py GetExternalSigner(): fail if multiple signers are found 2022-06-09 20:34:46 +02:00
multi_signers.py GetExternalSigner(): fail if multiple signers are found 2022-06-09 20:34:46 +02:00
signer.py GetExternalSigner(): fail if multiple signers are found 2022-06-09 20:34:46 +02:00