Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
py: Make sure to print errors when running signer in thread
I was wondering why my signer was not reconnecting to the node, and found out that I was on the v24.02 branch, which isn't deployed on the servers yet. The problem was that we were calling the naked, fallible, future in `task::spawn()` and therefore dropping an eventual error. Maybe we should also move the upgrade out of the loop in the first place 🤔
- Loading branch information