prefix the address with "ethereum:"

feature/default_network_editable
frankiebee 8 years ago
parent 8af41f1b05
commit 5668910244
  1. 3
      ui/app/components/qr-code.js

@ -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', {

Loading…
Cancel
Save