This commit is contained in:
Victor Baranov 2019-06-19 10:26:07 +03:00
parent bfdb205fd3
commit 955b4b5d5f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class AccountQrScreen extends PureComponent {
render () {
const {Qr, warning, network} = this.props
const addressChecksum = toChecksumAddress(network, Qr.data)
const address = ifRSK ? addressChecksum : `${isHexPrefixed(Qr.data) ? 'ethereum:' : ''}${Qr.data}`
const address = ifRSK ? addressChecksum : `${isHexPrefixed(Qr.data) ? 'ethereum:' : ''}${Qr.data}`
const qrImage = qrCode(4, 'M')
qrImage.addData(address)