Browse Source

Reduce estimated BTC trade fee

Simplifying-installation-and-linkage
QuickMythril 2 years ago committed by GitHub
parent
commit
082b564a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js

2
qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js

@ -440,7 +440,7 @@ class TradePortal extends LitElement {
openTradeOrders: null, openTradeOrders: null,
tradeOffersSocketCounter: 1, tradeOffersSocketCounter: 1,
coinAmount: this.amountString, coinAmount: this.amountString,
tradeFee: "~0.0005" tradeFee: "~0.0001"
} }
let litecoin = { let litecoin = {

Loading…
Cancel
Save