aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/rawtransaction.cpp
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2021-04-21 16:39:40 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-12-02 13:15:32 +0700
commitb884ababc29ce963826d8a4327ed6a5e629ff175 (patch)
tree55b49ff02eec85ec0f133a236c997ede8224c43e /src/rpc/rawtransaction.cpp
parentdf562d698a386166ef93d03326c0480ea9bc11fe (diff)
downloadbitcoin-b884ababc29ce963826d8a4327ed6a5e629ff175.tar.xz
rpc: move Ensure* helpers to server_util.h
Diffstat (limited to 'src/rpc/rawtransaction.cpp')
-rw-r--r--src/rpc/rawtransaction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp
index 7f3917b638..68d21312b0 100644
--- a/src/rpc/rawtransaction.cpp
+++ b/src/rpc/rawtransaction.cpp
@@ -25,6 +25,7 @@
#include <rpc/blockchain.h>
#include <rpc/rawtransaction_util.h>
#include <rpc/server.h>
+#include <rpc/server_util.h>
#include <rpc/util.h>
#include <script/script.h>
#include <script/sign.h>