Skip to content

Commit

Permalink
CustomDigestItem index (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong authored Dec 21, 2023
1 parent 89a79f5 commit c9f98b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use sp_runtime::generic::DigestItem;
/// Custom header digest items, inserted as DigestItem::Other
#[derive(Encode, Decode, Copy, Clone, Eq, PartialEq, RuntimeDebug)]
pub enum CustomDigestItem {
#[codec(index = 0)]
/// Merkle root of outbound Snowbridge messages.
Snowbridge(H256),
}
Expand Down

0 comments on commit c9f98b4

Please sign in to comment.