maidsafe / sn_dbc

Safe Network DBCs
BSD 3-Clause "New" or "Revised" License
15 stars 16 forks source link

fix: return Spentbook errors. don't panic #138

Closed dan-da closed 2 years ago

dan-da commented 2 years ago

Adds Error variants for a couple of spentbook errors.

It's a bit gross to put them sn_dbc::Error, however I'm thinking it will be split up soon when we move to a modules approach for MintNode, Wallet, Spentbook. So this is temporary.