Skip to content

Commit

Permalink
Remove sbor derive on BootLoaderField
Browse files Browse the repository at this point in the history
  • Loading branch information
iamyulong committed May 20, 2024
1 parent 18c804d commit cbd296e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radix-engine-interface/src/types/node_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use sbor::rust::prelude::*;
pub const BOOT_LOADER_PARTITION: PartitionNumber = PartitionNumber(32u8);

#[repr(u8)]
#[derive(Debug, Copy, Clone, Sbor, PartialEq, Eq, Hash, PartialOrd, Ord, FromRepr)]
#[derive(Debug, Copy, Clone, PartialEq, Eq, Hash, PartialOrd, Ord, FromRepr)]
pub enum BootLoaderField {
KernelBoot = 0,
SystemBoot = 1,
Expand Down

0 comments on commit cbd296e

Please sign in to comment.