prefix the address with "ethereum:"

This commit is contained in:
frankiebee 2017-06-12 14:05:08 -07:00
parent 8af41f1b05
commit 5668910244
1 changed files with 1 additions and 2 deletions

View File

@ -25,8 +25,7 @@ QrCodeView.prototype.render = function () {
var props = this.props
var Qr = props.Qr
var qrImage = qrCode(4, 'M')
qrImage.addData(Qr.data)
qrImage.addData(`ethereum:${Qr.data}`)
qrImage.make()
return h('.main-container.flex-column', {