Skip to content

Commit

Permalink
minor edition fix (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan authored Apr 10, 2024
1 parent 4bac8b2 commit decc025
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/rust/src/hooked/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ impl PluginType {
6 => Some(PluginType::Attributes),
7 => Some(PluginType::PermanentTransferDelegate),
8 => Some(PluginType::PermanentBurnDelegate),
9 => Some(PluginType::Edition),
_ => None,
}
}
Expand Down

0 comments on commit decc025

Please sign in to comment.