aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/util.cpp
diff options
context:
space:
mode:
authorSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 13:10:43 +1300
committerSamuel Dobson <dobsonsa68@gmail.com>2021-12-01 19:07:49 +1300
commit7b04a064f6e8ee9d93e5a5ad54dab20b769083f2 (patch)
treec5c70fe5bf437a4f534f64b5a3b3db23680035bb /src/wallet/rpc/util.cpp
parentaef8c7cf82cff24ddd88fab0a3c5fb93de467886 (diff)
downloadbitcoin-7b04a064f6e8ee9d93e5a5ad54dab20b769083f2.tar.xz
Introduce wallet/rpc/util
Diffstat (limited to 'src/wallet/rpc/util.cpp')
-rw-r--r--src/wallet/rpc/util.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wallet/rpc/util.cpp b/src/wallet/rpc/util.cpp
new file mode 100644
index 0000000000..4fbe0c172c
--- /dev/null
+++ b/src/wallet/rpc/util.cpp
@@ -0,0 +1,5 @@
+// Copyright (c) 2011-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.
+
+#include <wallet/rpc/util.h>