Skip to content

Commit 5f1379d

Browse files
committed
f bip21: Account for alternate encoding now being lower case
1 parent 31cb77e commit 5f1379d

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
@@ -643,7 +643,7 @@ fn generate_bip21_uri() {
643643
match uqr_payment.clone() {
644644
Ok(ref uri) => {
645645
println!("Generated URI: {}", uri);
646-
assert!(uri.contains("BITCOIN:"));
646+
assert!(uri.contains("bitcoin:"));
647647
assert!(uri.contains("lightning="));
648648
assert!(uri.contains("lno="));
649649
},

0 commit comments

Comments
 (0)