aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2014-12-16 01:43:40 -0800
committerGregory Maxwell <greg@xiph.org>2014-12-19 12:05:10 -0800
commitaa279d613152e87ea25edfdf76c86779c0632f18 (patch)
tree7a5b63fe5c1d55b2e52b18040a5b412757d2560d /src/test
parentbf4bf40a1c8e94e766679f1c8cde75c3067cf594 (diff)
downloadbitcoin-aa279d613152e87ea25edfdf76c86779c0632f18.tar.xz
Enforce minRelayTxFee on wallet created tx and add a maxtxfee option.
Previously the minRelayTxFee was only enforced on user specified values. It was possible for smartfee to produce a fee below minRelayTxFee which would just result in the transaction getting stuck because it can't be relayed. This also introduces a maxtxfee option which sets an absolute maximum for any fee created by the wallet, with an intention of increasing user confidence that the automatic fees won't burn them. This was frequently a concern even before smartfees. If the configured fee policy won't even allow the wallet to meet the relay fee the transaction creation may be aborted.
Diffstat (limited to 'src/test')
0 files changed, 0 insertions, 0 deletions