blockonomics / wallet_service

Self hosted bitcoin wallet service

Home Page:https://youtu.be/GpN6B7ca5-I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restarting wallet service loses last send tries

jusasiiv opened this issue · comments

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.