Skip to content

Commit

Permalink
RGB: improving validation code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 5, 2020
1 parent e3dd159 commit 7945372
Show file tree
Hide file tree
Showing 3 changed files with 407 additions and 328 deletions.
2 changes: 1 addition & 1 deletion src/rgb/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub mod prelude {
Anchor, AnchorId, Consignment, ConsignmentData, ConsignmentEndpoints, Disclosure, Stash,
PSBT_FEE_KEY, PSBT_PUBKEY_KEY,
};
pub use validation::Validity;
pub use validation::{Validator, Validity};
pub use vm::VirtualMachine;
}

Expand Down
Loading

0 comments on commit 7945372

Please sign in to comment.