monero: v0.18.3.3

This commit is contained in:
nahuhh
2024-04-06 05:03:37 -05:00
parent 594845e312
commit e87d54a259
3 changed files with 4 additions and 4 deletions

View File

@@ -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', 2))
self.setFeePriority(coin_settings.get('fee_priority', 0))
self._sc = swap_client
self._log = self._sc.log if self._sc and self._sc.log else logging
self._wallet_password = None