aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/dump.h')
-rw-r--r--src/wallet/dump.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wallet/dump.h b/src/wallet/dump.h
index d0a4f5ef1d..4effab3bed 100644
--- a/src/wallet/dump.h
+++ b/src/wallet/dump.h
@@ -7,11 +7,12 @@
#include <fs.h>
-class CWallet;
-
struct bilingual_str;
+namespace wallet {
+class CWallet;
bool DumpWallet(CWallet& wallet, bilingual_str& error);
bool CreateFromDump(const std::string& name, const fs::path& wallet_path, bilingual_str& error, std::vector<bilingual_str>& warnings);
+} // namespace wallet
#endif // BITCOIN_WALLET_DUMP_H