From 56014643a1b8b0e67af7100460414f2e4b79d88a Mon Sep 17 00:00:00 2001 From: ThomasV Date: Sat, 10 Dec 2011 22:44:28 +0300 Subject: [PATCH] another patch for bitcoind --- server/patches/main.cpp.diff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 server/patches/main.cpp.diff diff --git a/server/patches/main.cpp.diff b/server/patches/main.cpp.diff new file mode 100644 index 000000000..29b767f0a --- /dev/null +++ b/server/patches/main.cpp.diff @@ -0,0 +1,20 @@ +diff --git a/src/main.cpp b/src/main.cpp +index 45de76a..6cd304f 100644 +--- a/src/main.cpp ++++ b/src/main.cpp +@@ -414,6 +414,7 @@ bool CTransaction::AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs, bool* pfMi + return error("AcceptToMemoryPool() : ConnectInputs failed %s", hash.ToString().substr(0,10).c_str()); + } + ++ /* + // Don't accept it if it can't get into a block + if (nFees < GetMinFee(1000, true, true)) + return error("AcceptToMemoryPool() : not enough fees"); +@@ -442,6 +443,7 @@ bool CTransaction::AcceptToMemoryPool(CTxDB& txdb, bool fCheckInputs, bool* pfMi + dFreeCount += nSize; + } + } ++ */ + } + + // Store transaction in memory