config: fix option.

This commit is contained in:
Christopher Jeffrey 2016-08-25 14:59:41 -07:00
parent 22e90303a2
commit ea53dc0fca
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ index-address: false
# Mempool
# limit-free: true
# limit-free-relay: 15
# reject-insane-fees: true
# reject-absurd-fees: true
# replace-by-fee: false
# Pool

View File

@ -149,7 +149,7 @@ config.parseData = function parseData(data) {
options.limitFree = bool(data.limitfree);
options.limitFreeRelay = bool(data.limitfreerelay);
options.requireStandard = bool(data.requirestandard);
options.rejectInsaneFees = bool(data.rejectinsanefees);
options.rejectAbsurdFees = bool(data.rejectabsurdfees);
options.replaceByFee = bool(data.replacebyfee);
// Pool