wallet-cli
wallet-cli copied to clipboard
Remove all instances of panic in the codebase
Remove all unwrap and expect from the wallet code.
This is related to #95 as right now we panic a lot without any context leaving the user confused.
Also we want our codebase panic free in case a third party audits us