Skip to content

Commit 6d70aee

Browse files
committed
Encode ohttp= in unifiedQr
1 parent 92bcf29 commit 6d70aee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/routes/Receive.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export function Receive() {
235235
amount: raw?.btc_amount,
236236
lightning: raw?.invoice,
237237
pj: raw?.pj,
238+
ohttp: raw?.ohttp,
238239
});
239240

240241
setLoading(false);

0 commit comments

Comments
 (0)