4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Lowered DGB sending fee values

This commit is contained in:
QuickMythril 2022-05-07 00:08:20 -04:00
parent 1da2bf0572
commit 6420de834a

View File

@ -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