Browse Source

Lowered DGB sending fee values

new-dgb-rvn
QuickMythril 2 years ago
parent
commit
6420de834a
  1. 6
      qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

6
qortal-ui-plugins/plugins/core/wallet/wallet-app.src.js

@ -621,9 +621,9 @@ class MultiWallet extends LitElement {
this.dogeFeePerByte = 1000
this.dogeSatMinFee = 100
this.dogeSatMaxFee = 10000
this.dgbFeePerByte = 100
this.dgbSatMinFee = 10
this.dgbSatMaxFee = 1000
this.dgbFeePerByte = 10
this.dgbSatMinFee = 1
this.dgbSatMaxFee = 100
this.rvnFeePerByte = 1125
this.rvnSatMinFee = 1000
this.rvnSatMaxFee = 10000

Loading…
Cancel
Save