Skip to content

Commit bcc714e

Browse files
committed
f bip21: Account for alternate encoding now being lower case
1 parent 35641ab commit bcc714e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests_rust.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ fn generate_bip21_uri() {
644644
match uqr_payment.clone() {
645645
Ok(ref uri) => {
646646
println!("Generated URI: {}", uri);
647-
assert!(uri.contains("BITCOIN:"));
647+
assert!(uri.contains("bitcoin:"));
648648
assert!(uri.contains("lightning="));
649649
assert!(uri.contains("lno="));
650650
},

0 commit comments

Comments
 (0)