mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge c0e30933e0 into merged_master (Bitcoin PR bitcoin/bitcoin#22323)
This commit is contained in:
commit
6d72443536
4 changed files with 6 additions and 5 deletions
|
|
@ -180,7 +180,7 @@ public:
|
|||
ExternalSigner::Enumerate(command, signers, Params().NetworkIDString());
|
||||
return signers;
|
||||
#else
|
||||
// This result is undistinguisable from a succesful call that returns
|
||||
// This result is indistinguishable from a successful call that returns
|
||||
// no signers. For the current GUI this doesn't matter, because the wallet
|
||||
// creation dialog disables the external signer checkbox in both
|
||||
// cases. The return type could be changed to std::optional<std::vector>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue