diff options
Diffstat (limited to 'src/wallet/context.cpp')
-rw-r--r-- | src/wallet/context.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet/context.cpp b/src/wallet/context.cpp index 09b2f30467..800aa5bf9c 100644 --- a/src/wallet/context.cpp +++ b/src/wallet/context.cpp @@ -4,5 +4,7 @@ #include <wallet/context.h> +namespace wallet { WalletContext::WalletContext() {} WalletContext::~WalletContext() {} +} // namespace wallet |