mina-indexer
mina-indexer copied to clipboard
Using `unwrap` may cause a panic and in most cases this isn't intended behavior
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.