From b884ababc29ce963826d8a4327ed6a5e629ff175 Mon Sep 17 00:00:00 2001 From: Sjors Provoost Date: Wed, 21 Apr 2021 16:39:40 +0200 Subject: rpc: move Ensure* helpers to server_util.h --- src/rpc/blockchain.cpp | 50 +------------------------------------------------- 1 file changed, 1 insertion(+), 49 deletions(-) (limited to 'src/rpc/blockchain.cpp') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 55048f6811..6442d30feb 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -28,6 +28,7 @@ #include #include #include +#include #include #include