You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The value of the last send attempt and fee/amount threshold are stored in mem: self.wallets[self.wallet_id]['last_batch_send_try'] If wallet service reboots theses values are lost. This causes the batching to start again from the beginning, possibly causing an unwanted extra delay for the transaction.
The text was updated successfully, but these errors were encountered:
The value of the last send attempt and fee/amount threshold are stored in mem:
self.wallets[self.wallet_id]['last_batch_send_try']
If wallet service reboots theses values are lost. This causes the batching to start again from the beginning, possibly causing an unwanted extra delay for the transaction.The text was updated successfully, but these errors were encountered: