Skip to content

Commit

Permalink
f bip21: Account for alternate encoding now being lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 18, 2024
1 parent 40d2e8a commit 0fcd231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests_rust.rs
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ fn generate_bip21_uri() {
match uqr_payment.clone() {
Ok(ref uri) => {
println!("Generated URI: {}", uri);
assert!(uri.contains("BITCOIN:"));
assert!(uri.contains("bitcoin:"));
assert!(uri.contains("lightning="));
assert!(uri.contains("lno="));
},
Expand Down

0 comments on commit 0fcd231

Please sign in to comment.