Skip to content

Commit e83c09c

Browse files
committed
Move bip-174 test out of examples and into tests
The `examples/psbt.rs` file isn't adding much value as an example, it is just implementing tests against test vectors from the bip. Better to put it in `tests` than in `examples`.
1 parent a836bcb commit e83c09c

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ required-features = ["std"]
5252
name = "verify_tx"
5353
required-features = ["std"]
5454

55-
[[example]]
56-
name = "psbt"
57-
required-features = ["std"]
58-
5955
[[example]]
6056
name = "xpub_descriptors"
6157
required-features = ["std"]

contrib/test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ then
5858
cargo run --example parse
5959
cargo run --example sign_multisig
6060
cargo run --example verify_tx > /dev/null
61-
cargo run --example psbt
6261
cargo run --example xpub_descriptors
6362
cargo run --example taproot --features=compiler
6463
cargo run --example psbt_sign_finalize --features=base64

examples/psbt.rs tests/bip-174.rs

File renamed without changes.

0 commit comments

Comments
 (0)