mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-25 14:45:48 +00:00
Increase default fee cushion.
This commit is contained in:
@@ -321,7 +321,7 @@ function Remote(opts, trace) {
|
|||||||
this.local_signing = (typeof opts.local_signing === 'undefined')
|
this.local_signing = (typeof opts.local_signing === 'undefined')
|
||||||
? true : opts.local_signing;
|
? true : opts.local_signing;
|
||||||
this.fee_cushion = (typeof opts.fee_cushion === 'undefined')
|
this.fee_cushion = (typeof opts.fee_cushion === 'undefined')
|
||||||
? 1.05 : opts.fee_cushion;
|
? 1.5 : opts.fee_cushion;
|
||||||
|
|
||||||
this.id = 0;
|
this.id = 0;
|
||||||
this.trace = opts.trace || trace;
|
this.trace = opts.trace || trace;
|
||||||
|
|||||||
Reference in New Issue
Block a user