From 3c327d0d6a4b1d1a684860ee7b29da31486e96dd Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Sat, 14 Aug 2021 00:34:54 +0200 Subject: rpc: add feefilter to peers from getpeerinfo Exposes information about the feefilter the peer sets to us, so that we can make better informed decisions when a transaction does not get relayed. --- src/net.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net.cpp') 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. -- cgit v1.2.3