mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
prefix the address with "ethereum:"
This commit is contained in:
parent
8af41f1b05
commit
5668910244
@ -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…
Reference in New Issue
Block a user