From fab9b60fbd44cf6af4ada7baa987ad7ef268bd27 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sun, 18 Jun 2017 21:35:20 +0200 Subject: doc: Remove outdated minrelaytxfee comment --- src/init.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/init.cpp') diff --git a/src/init.cpp b/src/init.cpp index ed7695344..a732ad0fb 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -1030,14 +1030,7 @@ bool AppInitParameterInteraction() if (nConnectTimeout <= 0) nConnectTimeout = DEFAULT_CONNECT_TIMEOUT; - // Fee-per-kilobyte amount required for mempool acceptance and relay - // If you are mining, be careful setting this: - // if you set it to zero then - // a transaction spammer can cheaply fill blocks using - // 0-fee transactions. It should be set above the real - // cost to you of processing a transaction. - if (IsArgSet("-minrelaytxfee")) - { + if (IsArgSet("-minrelaytxfee")) { CAmount n = 0; if (!ParseMoney(GetArg("-minrelaytxfee", ""), n)) { return InitError(AmountErrMsg("minrelaytxfee", GetArg("-minrelaytxfee", ""))); -- cgit v1.2.3