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:
parent
1da2bf0572
commit
6420de834a
@ -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…
x
Reference in New Issue
Block a user