Skip to content

Commit c256fd0

Browse files
committed
docs(wallet): add example usage of descriptor and plan
1 parent e0822d7 commit c256fd0

File tree

2 files changed

+484
-0
lines changed

2 files changed

+484
-0
lines changed

crates/wallet/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ rand = "^0.8"
4747
all-features = true
4848
rustdoc-args = ["--cfg", "docsrs"]
4949

50+
[[example]]
51+
name = "descriptor_with_plan"
52+
path = "examples/descriptor_with_plan.rs"
53+
required-features = ["compiler"]
54+
5055
[[example]]
5156
name = "mnemonic_to_descriptors"
5257
path = "examples/mnemonic_to_descriptors.rs"

0 commit comments

Comments
 (0)