From decc025a323a3148af960f2e91368d89b9c29248 Mon Sep 17 00:00:00 2001 From: Nhan Phan Date: Tue, 9 Apr 2024 19:50:22 -0700 Subject: [PATCH] minor edition fix (#60) --- clients/rust/src/hooked/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/rust/src/hooked/mod.rs b/clients/rust/src/hooked/mod.rs index 13a027fa..f76fa042 100644 --- a/clients/rust/src/hooked/mod.rs +++ b/clients/rust/src/hooked/mod.rs @@ -33,6 +33,7 @@ impl PluginType { 6 => Some(PluginType::Attributes), 7 => Some(PluginType::PermanentTransferDelegate), 8 => Some(PluginType::PermanentBurnDelegate), + 9 => Some(PluginType::Edition), _ => None, } }