aboutsummaryrefslogtreecommitdiff
path: root/src/node/ui_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node/ui_interface.h')
-rw-r--r--src/node/ui_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node/ui_interface.h b/src/node/ui_interface.h
index f969bcde21..5c7c3e7074 100644
--- a/src/node/ui_interface.h
+++ b/src/node/ui_interface.h
@@ -1,5 +1,5 @@
// Copyright (c) 2010 Satoshi Nakamoto
-// Copyright (c) 2012-2020 The Bitcoin Core developers
+// Copyright (c) 2012-2021 The Bitcoin Core developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
@@ -82,7 +82,7 @@ public:
/** Progress message during initialization. */
ADD_SIGNALS_DECL_WRAPPER(InitMessage, void, const std::string& message);
- /** Wallet client created. */
+ /** Wallet loader created. */
ADD_SIGNALS_DECL_WRAPPER(InitWallet, void, );
/** Number of network connections changed. */