From ad82cb06cecf84c4f9e5647b404b7eb19f1e9bf3 Mon Sep 17 00:00:00 2001 From: Alex Morcos Date: Fri, 13 Jan 2017 16:53:21 -0500 Subject: Remove unnecessary min fee argument in CTxMemPool constructor --- src/txmempool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/txmempool.h') diff --git a/src/txmempool.h b/src/txmempool.h index ffb1c1309b..394337fe84 100644 --- a/src/txmempool.h +++ b/src/txmempool.h @@ -502,7 +502,7 @@ public: /** Create a new CTxMemPool. */ - CTxMemPool(const CFeeRate& _minReasonableRelayFee); + CTxMemPool(); ~CTxMemPool(); /** -- cgit v1.2.3