Skip to content

Commit

Permalink
added qrcode identifiier
Browse files Browse the repository at this point in the history
  • Loading branch information
akintewe committed Oct 24, 2024
1 parent 4b7ad7e commit 63937d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/mobile/src/modules/Cashu/ReceiveEcash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,9 @@ export const ReceiveEcash = () => {
</TouchableOpacity>
}
/>

{/* Generate QR code for the eCash token */}
<GenerateQRCode data={ecash} size={200} />
</View>
)}

Expand Down

0 comments on commit 63937d0

Please sign in to comment.