Skip to content

Commit

Permalink
Add support for BIP47 (reusable payment codes)
Browse files Browse the repository at this point in the history
  • Loading branch information
afilini committed Mar 23, 2022
1 parent 17be15a commit 51b969d
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ mod doctest;
pub mod keys;
pub(crate) mod psbt;
pub(crate) mod types;
pub mod util;
pub mod wallet;

pub use descriptor::template;
Expand Down
Loading

0 comments on commit 51b969d

Please sign in to comment.