OSDN Git Service

reduce the error correction level.
authorZhiting Lin <zlin035@uottawa.ca>
Mon, 4 Mar 2019 05:51:21 +0000 (13:51 +0800)
committerZhiting Lin <zlin035@uottawa.ca>
Mon, 4 Mar 2019 05:51:21 +0000 (13:51 +0800)
src/features/transactions/components/GeneratedTxHex/QrCode.jsx

index 38265f9..aafd364 100644 (file)
@@ -6,7 +6,6 @@ import QRCode from 'qrcode'
 import { splitSlice } from 'utility/math'
 
 const opts = {
-  errorCorrectionLevel: 'H',
   width: 340,
 }