increase error correction on qrcode

This commit is contained in:
Aditya Kulkarni 2020-03-19 21:30:54 -07:00
parent e0809f2d01
commit 5c78008e80
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ export default class WormholeConnection extends PureComponent<Props, State> {
<div>This is your connection code. Scan this QR code from the Zecwallet Companion App.</div>
<div className={[cstyles.center, cstyles.margintoplarge].join(' ')}>
<QRCode value={connStr} size={256} className={styles.wormholeqr} />
<QRCode value={connStr} size={256} level="M" className={styles.wormholeqr} />
</div>
<div className={[cstyles.sublight, cstyles.margintoplarge, cstyles.small].join(' ')}>{connStr}</div>
</div>