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:
Adds an explicit error log, because panic! doesn't actually create an error-level log
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:
error
log, becausepanic!
doesn't actually create an error-level log