Skip to content

Commit 1019c65

Browse files
fix: compilation errors in bitcoin#27069 backport
Add missing banman.h include for EnsureBanman functions and fix SetupDescriptorScriptPubKeyMans call with required parameters. Fixes compilation failures introduced in 1c0a3d0 (Merge bitcoin#27069: net: add Ensure{any}Banman).
1 parent 1530518 commit 1019c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rpc/server_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
#include <rpc/server_util.h>
66

7+
#include <banman.h>
78
#include <net_processing.h>
89
#include <node/context.h>
910
#include <policy/fees.h>

0 commit comments

Comments
 (0)