Skip to content

Commit

Permalink
derive: rename satisfy into sign module
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 16, 2024
1 parent 921fbf1 commit 5666fb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod path;
mod xkey;
mod derive;
pub mod taptree;
mod satisfy;
mod sign;

pub use bc::*;
pub use derive::{
Expand All @@ -44,7 +44,7 @@ pub use index::{
};
pub use invoice::*;
pub use path::{DerivationParseError, DerivationPath, DerivationSeg, SegParseError};
pub use satisfy::Sign;
pub use sign::Sign;
pub use taptree::{
ControlBlockFactory, FinalizedTree, InvalidTree, LeafInfo, TapDerivation, TapTree,
TapTreeBuilder, UnfinalizedTree,
Expand Down
File renamed without changes.

0 comments on commit 5666fb9

Please sign in to comment.