Skip to content

Commit

Permalink
Update sdk/src/types/block/output/feature/block_issuer.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandcoats <[email protected]>
  • Loading branch information
qrayven and Alexandcoats authored Aug 3, 2023
1 parent 802bc2b commit 4d365ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/types/block/output/feature/block_issuer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ use crate::types::block::{public_key::PublicKey, slot::SlotIndex, Error};
pub(crate) type PublicKeyCount =
BoundedU8<{ BlockIssuerFeature::KEY_COUNT_MIN }, { BlockIssuerFeature::KEY_COUNT_MAX }>;

/// This feature defines the public keys with which a signature to burn Mana from
/// the containing account's Block Issuance Credit can be verified.
/// This feature defines the public keys with which a signature from the containing
/// account's Block Issuance Credit can be verified in order to burn Mana.
#[derive(Clone, Debug, Eq, PartialEq, Ord, PartialOrd, Hash, packable::Packable)]
#[packable(unpack_error = Error)]
pub struct BlockIssuerFeature {
Expand Down

0 comments on commit 4d365ce

Please sign in to comment.