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 e4b82f9 commit 4687ee2Copy full SHA for 4687ee2
tests/integration_tests_rust.rs
@@ -644,7 +644,7 @@ fn generate_bip21_uri() {
644
match uqr_payment.clone() {
645
Ok(ref uri) => {
646
println!("Generated URI: {}", uri);
647
- assert!(uri.contains("BITCOIN:"));
+ assert!(uri.contains("bitcoin:"));
648
assert!(uri.contains("lightning="));
649
assert!(uri.contains("lno="));
650
},
0 commit comments