aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2021-08-14 00:34:54 +0200
committerPatrick Lodder <[email protected]>2021-08-14 03:16:54 +0200
commit3c327d0d6a4b1d1a684860ee7b29da31486e96dd (patch)
tree71900340a260c24c009412cfd476dfcc2d35ccab /src/net.h
parentMerge pull request #2437 from michilumin/1.14.4-mintxfee (diff)
downloaddiscoin-3c327d0d6a4b1d1a684860ee7b29da31486e96dd.tar.xz
discoin-3c327d0d6a4b1d1a684860ee7b29da31486e96dd.zip
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.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net.h b/src/net.h
index f5841a314..bbde0e336 100644
--- a/src/net.h
+++ b/src/net.h
@@ -510,6 +510,7 @@ public:
double dMinPing;
std::string addrLocal;
CAddress addr;
+ CAmount minFeeFilter;
};