Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvsadana committed May 12, 2024
1 parent 89608b8 commit 49c7657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/blockifier/src/transaction/objects.rs
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@ pub trait HasRelatedFeeType {
}
}

#[derive(Debug)]
#[derive(Clone, Copy, Hash, EnumIter, Eq, PartialEq, Encode, Decode)]
#[cfg_attr(feature = "scale-info", derive(scale_info::TypeInfo))]
pub enum FeeType {
Expand Down

0 comments on commit 49c7657

Please sign in to comment.