btcsuite / btcwallet

A secure bitcoin wallet daemon written in Go (golang)
ISC License
1.15k stars 590 forks source link

wallet: don't panic, retry instead #870

Closed guggero closed 1 year ago

guggero commented 1 year ago

Replaces #840.

Fixes https://github.com/btcsuite/btcwallet/issues/827.

Main diff vs. #840:

cc @JoeGruffins, @chappjc, @Roasbeef