Skip to content

Commit

Permalink
Use new BOLT 11 test vectors with payment_secrets and feature flags
Browse files Browse the repository at this point in the history
This pulls the BOLT 11 test vectors from
lightning/bolts#898,
tweaking our tests to properly handle them.
  • Loading branch information
TheBlueMatt committed Aug 27, 2021
1 parent 5010aca commit 2735cea
Show file tree
Hide file tree
Showing 2 changed files with 290 additions and 75 deletions.
1 change: 1 addition & 0 deletions lightning-invoice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ num-traits = "0.2.8"
bitcoin_hashes = "0.10"

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

0 comments on commit 2735cea

Please sign in to comment.