Skip to content

Commit

Permalink
[chore]: Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
batconjurer committed Sep 28, 2023
1 parent 40fcca4 commit 3968fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/ledger/storage/masp_conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ where
.tokens
.get(alias)
.cloned()
.expect(&format!(
.unwrap_or_else(|| panic!(
"Missing token alias {} from storage conversion state.",
alias
)),
Expand Down

0 comments on commit 3968fef

Please sign in to comment.