aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorRoss Nicoll <[email protected]>2021-08-14 09:22:45 +0100
committerGitHub <[email protected]>2021-08-14 09:22:45 +0100
commit6336a3a994d85a1641856261b2151a4a6fb8bf2f (patch)
tree457a7c6a080b5e8993c734923c8a905e0bcf11ad /src/net.cpp
parentMerge pull request #2448 from patricklodder/1.14.4-fix-acceptblock (diff)
parentrpc: add feefilter to peers from getpeerinfo (diff)
downloaddiscoin-6336a3a994d85a1641856261b2151a4a6fb8bf2f.tar.xz
discoin-6336a3a994d85a1641856261b2151a4a6fb8bf2f.zip
Merge pull request #2451 from patricklodder/1.14.4-feefilter-rpc
rpc: add feefilter to peers from getpeerinfo
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp
index 2117c59fd..64e8eaad6 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -658,6 +658,7 @@ void CNode::copyStats(CNodeStats &stats)
X(nRecvBytes);
}
X(fWhitelisted);
+ X(minFeeFilter);
// It is common for nodes with good ping times to suddenly become lagged,
// due to a new block arriving or other large transfer.