mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
Raise refresh timeout in xmr findTxnByHash
This commit is contained in:
parent
90aaa46918
commit
3a97c0c7bb
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ class XMRInterface(CoinInterface):
|
|||
def findTxnByHash(self, txid):
|
||||
with self._mx_wallet:
|
||||
self.openWallet(self._wallet_filename)
|
||||
self.rpc_wallet_cb('refresh')
|
||||
self.rpc_wallet_cb('refresh', timeout=600)
|
||||
|
||||
try:
|
||||
current_height = self.rpc_cb2('get_height', timeout=30)['height']
|
||||
|
|
Loading…
Reference in a new issue