stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 672 forks source link

fix: better error logging with signerdb insert error #5475

Closed hstove closed 3 days ago

hstove commented 3 days ago

This is a small QOL change. When the signer hits an error when inserting into signerDB, the code panics without logging the specific error that happened.

This change does two things: