Skip to content

Commit

Permalink
Update sdk/src/types/block/context_input/block_issuance_credit.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandcoats <[email protected]>
  • Loading branch information
abdulmth and Alexandcoats authored Aug 2, 2023
1 parent 2f347c2 commit 4e1e22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/types/block/context_input/block_issuance_credit.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::output::AccountId;

/// A Block Issuance Credit Input (BIC Input) provides the VM with context for the value of
/// A Block Issuance Credit (BIC) Input provides the VM with context for the value of
/// the BIC vector of a specific slot.
#[derive(Clone, Copy, Debug, Display, Eq, PartialEq, Hash, Ord, PartialOrd, From, packable::Packable)]
pub struct BlockIssuanceCreditContextInput(AccountId);
Expand Down

0 comments on commit 4e1e22c

Please sign in to comment.