Drop minRelayTxFee to 1000
commit9e93640be6c49fa1505ba5c5df8c89210da5a6e4
authorMatt Corallo <git@bluematt.me>
Tue, 13 Oct 2015 08:06:59 +0000 (13 01:06 -0700)
committerMatt Corallo <git@bluematt.me>
Tue, 13 Oct 2015 08:39:38 +0000 (13 01:39 -0700)
treee6864d5d559b5dc298fb227c97dcc2ebef807ada
parent074cb155c2f01ba6ddc555c01943fc20c46c0b46
Drop minRelayTxFee to 1000

There is no exact science to setting this parameter, but 5000
(just over 1 US cent at the time of writing) is higher than the
cost to relay a transaction around the network (the new benchmark
due to mempool limiting).
src/main.cpp