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 %}
- + {% else %} @@ -913,7 +913,7 @@ const chart = new Chart(ctx, {