Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(wallet): use uppercase for bolt11 qrcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Jun 4, 2020
1 parent 42eff0c commit 9a9ab14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/Request/RequestSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const RequestSummary = ({ invoice = {}, payReq, intl, showNotification, ...rest
right={
<Text>
{payReq ? (
<QRCode value={payReq} />
<QRCode value={payReq.toUpperCase()} />
) : (
<FormattedMessage {...messages.payment_request_keysend} />
)}
Expand Down

0 comments on commit 9a9ab14

Please # to comment.