external_signer: remove ignore_errors from Enumerate()

This is undocumented and unused.
This commit is contained in:
fanquake
2021-04-13 15:18:20 +08:00
parent 8fdbb899b8
commit 06a0673351
2 changed files with 2 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ public:
//! @param[in,out] signers vector to which new signers (with a unique master key fingerprint) are added
//! @param chain "main", "test", "regtest" or "signet"
//! @returns success
static bool Enumerate(const std::string& command, std::vector<ExternalSigner>& signers, std::string chain, bool ignore_errors = false);
static bool Enumerate(const std::string& command, std::vector<ExternalSigner>& signers, std::string chain);
//! Display address on the device. Calls `<command> displayaddress --desc <descriptor>`.
//! @param[in] descriptor Descriptor specifying which address to display.