There are a bunch of `.unwrap()`s in the code that should get replaced with proper error handling. [This PR](https://github.com/lightningrodlabs/we-rust-utils/pull/6/files) may be taken as guidance on how to do that.
There are a bunch of
.unwrap()s in the code that should get replaced with proper error handling. This PR may be taken as guidance on how to do that.