Skip to content

Commit

Permalink
Update crates/core/src/address.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tiago Carvalho <[email protected]>
  • Loading branch information
batconjurer and sug0 committed May 22, 2024
1 parent 4adcf3c commit 7966aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ impl From<raw::Address<'_, raw::Validated>> for Address {
raw::Discriminant::TempStorage => {
Address::Internal(InternalAddress::TempStorage)
}
Discriminant::ReplayProtection => {
raw::Discriminant::ReplayProtection => {
Address::Internal(InternalAddress::ReplayProtection)
}
}
Expand Down

0 comments on commit 7966aeb

Please sign in to comment.