aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wallet/context.cpp')
-rw-r--r--src/wallet/context.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/wallet/context.cpp b/src/wallet/context.cpp
new file mode 100644
index 0000000000..09b2f30467
--- /dev/null
+++ b/src/wallet/context.cpp
@@ -0,0 +1,8 @@
+// Copyright (c) 2020 The Bitcoin Core developers
+// Distributed under the MIT software license, see the accompanying
+// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+
+#include <wallet/context.h>
+
+WalletContext::WalletContext() {}
+WalletContext::~WalletContext() {}