diff options
author | Gregory Maxwell <greg@xiph.org> | 2014-12-15 14:38:25 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-23 12:30:14 +0100 |
commit | 15ad0b54fab09d31ab7171b83ef58fa4c5f4aea9 (patch) | |
tree | e005ab4b85833b616385173a2c4fa95042fc64c8 /src/primitives | |
parent | 11855c1f990a4a66f55de60a30a8898ccbf766ec (diff) |
Apply AreSane() checks to the fees from the network.
'Sane' was already defined by this code as:
fee.GetFeePerK() > minRelayFee.GetFeePerK() * 10000
But sanity was only enforced for data loaded from disk.
Note that this is a pretty expansive definition of 'sane': A 10 BTC
fee is still passes the test if its on a 100kb transaction.
This prevents a single insane fee on the network from making us reject
our stored fee data at start. We still may reject valid saved fee
state if minRelayFee is changed between executions.
This also reduces the risk and limits the damage from a cascading
failure where one party pays a bunch of insane fees which cases
others to pay insane fees.
Rebased-From: 64849306905e625fd44d297e8d58c3e1dd98cb90
Github-Pull: #5481
Diffstat (limited to 'src/primitives')
0 files changed, 0 insertions, 0 deletions