Skip to content

Commit

Permalink
Encode ohttp= in unifiedQr
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Mar 26, 2024
1 parent 92bcf29 commit 6d70aee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ export function Receive() {
amount: raw?.btc_amount,
lightning: raw?.invoice,
pj: raw?.pj,

Check failure on line 237 in src/routes/Receive.tsx

View workflow job for this annotation

GitHub Actions / Build APK

Property 'pj' does not exist on type 'MutinyBip21RawMaterials'.

Check failure on line 237 in src/routes/Receive.tsx

View workflow job for this annotation

GitHub Actions / Build iOS

Property 'pj' does not exist on type 'MutinyBip21RawMaterials'.
ohttp: raw?.ohttp,

Check failure on line 238 in src/routes/Receive.tsx

View workflow job for this annotation

GitHub Actions / Build APK

Property 'ohttp' does not exist on type 'MutinyBip21RawMaterials'.

Check failure on line 238 in src/routes/Receive.tsx

View workflow job for this annotation

GitHub Actions / Build iOS

Property 'ohttp' does not exist on type 'MutinyBip21RawMaterials'.
});

setLoading(false);
Expand Down

0 comments on commit 6d70aee

Please sign in to comment.