We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cb77e commit 5f1379dCopy full SHA for 5f1379d
tests/integration_tests_rust.rs
@@ -643,7 +643,7 @@ fn generate_bip21_uri() {
643
match uqr_payment.clone() {
644
Ok(ref uri) => {
645
println!("Generated URI: {}", uri);
646
- assert!(uri.contains("BITCOIN:"));
+ assert!(uri.contains("bitcoin:"));
647
assert!(uri.contains("lightning="));
648
assert!(uri.contains("lno="));
649
},
0 commit comments