This PR adds SubFeeFromAmount option which lets the user select their preferred setting of whether fee for a transaction is to be subtracted from the amount or not for future transactions. The setting chosen by the user is remembered even when the GUI mode is turned off.
Functionality and Usage:
- Go to
Settings > Options > Wallet
on Windows/Linux orbitcoin-qt > Preferences > Wallet
on macOS. - The checkbox Subtract Fee From Amount corresponds to the added option SubFeeFromAmount.
- The preferred setting intended to be the default for all future send transactions should be selected by the user.
- Click on OK.
- Go to the Send tab in the wallet.
- You shall notice, any new Send transaction created will have the preferred setting as chosen by the user. (Try clicking on Add recipient or even restarting the Node in GUI)
Attaching ScreenRecordings to explain the added feature.
Master.mov: Master Branch
PR.mov: PullRequest
Close #386