From fb6b5d54faf55028fe8cd104b38eddffe10870a8 Mon Sep 17 00:00:00 2001 From: QuickMythril Date: Sat, 7 May 2022 03:02:34 -0400 Subject: [PATCH] Update DGB/RVN to match master Added trade fees to new-coins since they were not part of the master branch. --- .../plugins/core/trade-portal/trade-portal.src.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js b/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js index 22dc2b27..5ef9ef91 100644 --- a/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js +++ b/qortal-ui-plugins/plugins/core/trade-portal/trade-portal.src.js @@ -467,7 +467,8 @@ class TradePortal extends LitElement { myOfferingOrders: [], openTradeOrders: null, tradeOffersSocketCounter: 1, - coinAmount: this.amountString + coinAmount: this.amountString, + tradeFee: "~0.0005" } let ravencoin = { @@ -482,7 +483,8 @@ class TradePortal extends LitElement { myOfferingOrders: [], openTradeOrders: null, tradeOffersSocketCounter: 1, - coinAmount: this.amountString + coinAmount: this.amountString, + tradeFee: "~0.006" } this.listedCoins = new Map()