Skip to content

Commit

Permalink
docs(wallet): add example usage of descriptor and plan
Browse files Browse the repository at this point in the history
  • Loading branch information
futurechimp committed Aug 16, 2024
1 parent e0822d7 commit c256fd0
Show file tree
Hide file tree
Showing 2 changed files with 484 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ rand = "^0.8"
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[[example]]
name = "descriptor_with_plan"
path = "examples/descriptor_with_plan.rs"
required-features = ["compiler"]

[[example]]
name = "mnemonic_to_descriptors"
path = "examples/mnemonic_to_descriptors.rs"
Expand Down
Loading

0 comments on commit c256fd0

Please sign in to comment.