use decode for qr string
This commit is contained in:
parent
8f04dc659e
commit
2fdda92a82
|
@ -33,7 +33,7 @@ function getPairingInfofromUrl() {
|
||||||
}
|
}
|
||||||
|
|
||||||
return new noise.InitiatorParameters(
|
return new noise.InitiatorParameters(
|
||||||
qrCodeString,
|
decodeURIComponent(qrCodeString),
|
||||||
utils.hexToBytes(messageNameTag)
|
utils.hexToBytes(messageNameTag)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue