Browse Source

Lower Doge Fee

qdn-metadata
AlphaX-Projects 3 years ago committed by GitHub
parent
commit
aef8dc2184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      qortal-ui-plugins/plugins/core/send-coin/send-coin.src.js

6
qortal-ui-plugins/plugins/core/send-coin/send-coin.src.js

@ -631,9 +631,9 @@ class SendMoneyPage extends LitElement {
this.ltcSatMinFee = 10 this.ltcSatMinFee = 10
this.ltcSatMaxFee = 100 this.ltcSatMaxFee = 100
this.ltcDefaultFee = 30 // 0.0000003 LTC per byte this.ltcDefaultFee = 30 // 0.0000003 LTC per byte
this.dogeSatMinFee = 100000 this.dogeSatMinFee = 100
this.dogeSatMaxFee = 1000000 this.dogeSatMaxFee = 10000
this.dogeDefaultFee = 500000 // 0.005 DOGE per byte this.dogeDefaultFee = 1000 // 0.00001 DOGE per byte
this.isValidAmount = false this.isValidAmount = false
this.qortBalance = 0 this.qortBalance = 0
this.btcBalance = 0 this.btcBalance = 0

Loading…
Cancel
Save