aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/node.h
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2017-10-05 16:40:43 -0400
committerCarl Dong <accounts@carldong.me>2019-01-16 13:54:18 -0500
commitaf3503d903b1a608cd212e2d74b274103199078c (patch)
tree14c60eea45f0f1ed6ccde5241be58922102524ec /src/interfaces/node.h
parentd0469b2e9386a7a4b268cb9725347e7517acace6 (diff)
downloadbitcoin-af3503d903b1a608cd212e2d74b274103199078c.tar.xz
net: move BanMan to its own files
Diffstat (limited to 'src/interfaces/node.h')
-rw-r--r--src/interfaces/node.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interfaces/node.h b/src/interfaces/node.h
index 6aa8ce0797..54c2d78338 100644
--- a/src/interfaces/node.h
+++ b/src/interfaces/node.h
@@ -18,6 +18,7 @@
#include <tuple>
#include <vector>
+class BanMan;
class CCoinControl;
class CFeeRate;
class CNodeStats;