mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 23:27:26 +01:00
Update signVerify.js
This commit is contained in:
parent
99939232a8
commit
c454e70630
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ const SignVerify = () => {
|
||||||
await sleep(10); // wait for loading indicator to appear
|
await sleep(10); // wait for loading indicator to appear
|
||||||
let newSignature;
|
let newSignature;
|
||||||
try {
|
try {
|
||||||
newSignature = wallet.signMessage(message, address, false);
|
newSignature = wallet.signMessage(message, address);
|
||||||
setSignature(newSignature);
|
setSignature(newSignature);
|
||||||
setIsShareVisible(true);
|
setIsShareVisible(true);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue