diff --git a/basicswap/interface/xmr.py b/basicswap/interface/xmr.py index 9b43a9e..4840640 100644 --- a/basicswap/interface/xmr.py +++ b/basicswap/interface/xmr.py @@ -83,7 +83,7 @@ class XMRInterface(CoinInterface): self.blocks_confirmed = coin_settings['blocks_confirmed'] self._restore_height = coin_settings.get('restore_height', 0) - self.setFeePriority(coin_settings.get('fee_priority', 0)) + self.setFeePriority(coin_settings.get('fee_priority', 2)) self._sc = swap_client self._log = self._sc.log if self._sc and self._sc.log else logging self._wallet_password = None diff --git a/basicswap/templates/offers.html b/basicswap/templates/offers.html index 32eb8d2..6d211da 100644 --- a/basicswap/templates/offers.html +++ b/basicswap/templates/offers.html @@ -844,7 +844,7 @@ const chart = new Chart(ctx, { - + {% if o[9] == true %}
@@ -864,7 +864,7 @@ const chart = new Chart(ctx, {
- + {% else %} @@ -913,7 +913,7 @@ const chart = new Chart(ctx, {
-
+
{{ o[4]|truncate(7, true, '', 0) }}
{{ o[2] }} @@ -963,7 +963,7 @@ const chart = new Chart(ctx, {
-
+
{{ o[4]|truncate(7, true, '', 0) }}
{{ o[2] }} @@ -988,21 +988,21 @@ const chart = new Chart(ctx, { - + - /{{ o[16] }} -
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }} + /{{ o[16] }} +
{{ o[6]|truncate(6,true,'',0) }} {{ o[17] }}/{{ o[16] }}
- + -
+
diff --git a/basicswap/templates/settings.html b/basicswap/templates/settings.html index a5ac4ea..3f5440e 100644 --- a/basicswap/templates/settings.html +++ b/basicswap/templates/settings.html @@ -195,10 +195,10 @@