Skip to content

Commit a906c49

Browse files
committed
Use new BOLT 11 test vectors with payment_secrets and feature flags
This pulls the BOLT 11 test vectors from lightning/bolts#898, tweaking our tests to properly handle them.
1 parent c7cf501 commit a906c49

File tree

2 files changed

+290
-75
lines changed

2 files changed

+290
-75
lines changed

lightning-invoice/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ num-traits = "0.2.8"
1616
bitcoin_hashes = "0.10"
1717

1818
[dev-dependencies]
19+
hex = "0.3"
1920
lightning = { version = "0.0.100", path = "../lightning", features = ["_test_utils"] }

0 commit comments

Comments
 (0)