Skip to content

Commit

Permalink
fix commitment documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Aug 1, 2023
1 parent 2f49f19 commit 21e7e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/types/block/context_input/commitment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use derive_more::{Display, From};

use crate::types::block::slot::SlotCommitmentId;

/// A Commitment Context indicates that the input references a commitment to a certain slot.
/// A Commitment Input indicates that the input references a commitment to a certain slot.
#[derive(Clone, Copy, Display, Debug, Eq, PartialEq, Hash, Ord, PartialOrd, From, packable::Packable)]
pub struct CommitmentContextInput(SlotCommitmentId);

Expand All @@ -29,7 +29,7 @@ pub(crate) mod dto {

use super::*;

/// A Commitment Context indicates that the input references a commitment to a certain slot.
/// A Commitment Input indicates that the input references a commitment to a certain slot.
#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
pub struct CommitmentContextInputDto {
#[serde(rename = "type")]
Expand Down

0 comments on commit 21e7e41

Please sign in to comment.