Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Aug 1, 2023
1 parent 5c84265 commit 7768dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/context_input/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub enum ContextInput {
#[packable(tag = CommitmentContextInput::KIND)]
Commitment(CommitmentContextInput),

/// A [`CommitmentContextInput`].
/// A [`BlockIssuanceCreditContextInput`].
#[packable(tag = BlockIssuanceCreditContextInput::KIND)]
BlockIssuanceCredit(BlockIssuanceCreditContextInput),

Expand Down

0 comments on commit 7768dc9

Please sign in to comment.