aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-12-14 01:03:55 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-14 01:06:21 -0500
commita880b29cab0fe95161b54b61159321021d5a3219 (patch)
tree6373c718e5627140857662490c90e1686015e01a /src/wallet.cpp
parentc7eb151ad0ed441d6fd598551059a9bbfb09e99e (diff)
downloadbitcoin-a880b29cab0fe95161b54b61159321021d5a3219.tar.xz
Bugfix: fForRelay should be false when deciding required fee to include in blocks
During the rushed transition from 0.01 BTC to 0.0005 BTC fees, we took the approach of dropping the relay and block-inclusion fee to 0.0005 BTC immediately, and only delayed adjusting the sending fee for the next release. Afterward, the relay fee was lowered to 0.0001 BTC to avoid having the same problem in the future. However, the block inclusion code was left setting fForRelay to true! This fixes that, so the lower 0.0001 BTC allowance is (as intended) only permitted for real relaying.
Diffstat (limited to 'src/wallet.cpp')
0 files changed, 0 insertions, 0 deletions