Skip to content

Commit

Permalink
docs: remove old comments on Consignment
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 18, 2023
1 parent e11873a commit 6d2f8c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/containers/consignment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ pub type Contract = Consignment<false>;
///
/// All consignments-related procedures, including validation or merging
/// consignments data into stash or schema-specific data storage, must start
/// with `endpoints` and process up to the genesis. If any of the nodes within
/// the consignments are not part of the paths connecting endpoints with the
/// genesis, consignments validation will return
/// [`validation::Warning::ExcessiveNode`] warning.
/// with `endpoints` and process up to the genesis.
#[derive(Clone, Debug)]
#[derive(StrictType, StrictDumb, StrictEncode, StrictDecode)]
#[strict_type(lib = LIB_NAME_RGB_STD)]
Expand Down

0 comments on commit 6d2f8c0

Please sign in to comment.