Merge c0e30933e0 into merged_master (Bitcoin PR bitcoin/bitcoin#22323)

This commit is contained in:
Andrew Poelstra 2021-07-28 15:20:02 +00:00
commit 6d72443536
4 changed files with 6 additions and 5 deletions

View file

@ -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>