Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-09 | GetExternalSigner(): fail if multiple signers are found | amadeuszpawlik | |
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. |