mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 20:42:59 +01:00
eb4270deae
7e31ea9fa0a59ced2293057acb14c71ec97db689 -maxapsfee: follow-up fixes (Karl-Johan Alm) 9f77b821764dcaebc97a5ae76c3052936418308d doc: release notes for -maxapsfee (Karl-Johan Alm) Pull request description: Addresses feedback from jonatack and meshcollider in #14582. ACKs for top commit: jonatack: ACK 7e31ea9fa0a meshcollider: re-ACK 7e31ea9fa0a59ced2293057acb14c71ec97db689 Tree-SHA512: 5d159d78e917e41140e1394bef05e821430dbeac585e9bd708f897041dd7104c2a6b563bfab8b2c85e6d923441160a3880d7864d768aa8e0e66860e0a2c4f56b
547 B
547 B
Configuration
A new configuration flag -maxapsfee
has been added, which sets the max allowed
avoid partial spends (APS) fee. It defaults to 0 (i.e. fee is the same with
and without APS). Setting it to -1 will disable APS, unless -avoidpartialspends
is set. (dash#5930)
Wallet
The wallet will now avoid partial spends (APS) by default, if this does not result
in a difference in fees compared to the non-APS variant. The allowed fee threshold
can be adjusted using the new -maxapsfee
configuration option. (dash#5930)