aboutsummaryrefslogtreecommitdiff
path: root/src/external_signer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/external_signer.h')
-rw-r--r--src/external_signer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external_signer.h b/src/external_signer.h
index 070589dac0..02946b22a9 100644
--- a/src/external_signer.h
+++ b/src/external_signer.h
@@ -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.