mina-indexer icon indicating copy to clipboard operation
mina-indexer copied to clipboard

Using `unwrap` may cause a panic and in most cases this isn't intended behavior

Open trevorbernard opened this issue 1 year ago • 2 comments

Using unwrap is convenient for quickly prototyping but we need to explicitly handle our error conditions and decide which are recoverable and which should actually panic.

trevorbernard avatar Nov 12 '23 19:11 trevorbernard