Skip to content

Commit

Permalink
FIX: QR Correctness for watch app
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz authored and Overtorment committed Aug 13, 2019
1 parent b25908c commit e74ec16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class ReceiveInterfaceController: WKInterfaceController {
DispatchQueue.main.async {
if (!invoice.isEmpty) {
guard let cgImage = EFQRCode.generate(
content: "lightning:\(invoice)") else {
content: "lightning:\(invoice)", inputCorrectionLevel: .h, pointShape: .circle) else {
return
}
let image = UIImage(cgImage: cgImage)
Expand Down

0 comments on commit e74ec16

Please sign in to comment.