mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-27 07:14:46 +00:00
use decode for qr string
This commit is contained in:
parent
8f04dc659e
commit
2fdda92a82
@ -33,7 +33,7 @@ function getPairingInfofromUrl() {
|
||||
}
|
||||
|
||||
return new noise.InitiatorParameters(
|
||||
qrCodeString,
|
||||
decodeURIComponent(qrCodeString),
|
||||
utils.hexToBytes(messageNameTag)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user