Fix min_relay_fee override.

This commit is contained in:
tecnovert
2024-02-01 11:28:21 +02:00
parent d57366c0b2
commit 041ab18288
3 changed files with 10 additions and 10 deletions

View File

@@ -222,7 +222,7 @@ class XMRInterface(CoinInterface):
return new_address
def get_fee_rate(self, conf_target: int = 2):
self._log.warning('TODO - estimate fee rate?')
self._log.warning('TODO - estimate XMR fee rate?')
return 0.0, 'unused'
def getNewSecretKey(self) -> bytes: