diff options
author | Sjors Provoost <sjors@sprovoost.nl> | 2021-06-15 19:11:09 +0200 |
---|---|---|
committer | Sjors Provoost <sjors@sprovoost.nl> | 2021-06-16 10:48:58 +0200 |
commit | 2f5bdcbc31a2eeb7c11226a9e51c56f02ac807dd (patch) | |
tree | 33b303294df49fd2e3004ff053ec0cd903f8b8ff /src/qt/createwalletdialog.h | |
parent | d672404466204444a1d9f2d3498de4448f53d2be (diff) |
gui: misc external signer fixes and translation hints
Diffstat (limited to 'src/qt/createwalletdialog.h')
-rw-r--r-- | src/qt/createwalletdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/createwalletdialog.h b/src/qt/createwalletdialog.h index 3f6a32548e..25ddf97585 100644 --- a/src/qt/createwalletdialog.h +++ b/src/qt/createwalletdialog.h @@ -24,7 +24,7 @@ public: explicit CreateWalletDialog(QWidget* parent); virtual ~CreateWalletDialog(); - void setSigners(std::vector<ExternalSigner>& signers); + void setSigners(const std::vector<ExternalSigner>& signers); QString walletName() const; bool isEncryptWalletChecked() const; |