Skip to content

Commit

Permalink
Fix amountless onchain
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed May 9, 2024
1 parent 07a6d12 commit 2d8ae98
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 @@ -266,6 +266,7 @@ export function Receive() {
setRawReceiveStrings({ address });
return `bitcoin:${address}?${params}`;
} else {
setRawReceiveStrings({ address });
return `bitcoin:${address}`;
}
} catch (e) {
Expand Down

0 comments on commit 2d8ae98

Please sign in to comment.