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
|
||||
let newSignature;
|
||||
try {
|
||||
newSignature = wallet.signMessage(message, address, false);
|
||||
newSignature = wallet.signMessage(message, address);
|
||||
setSignature(newSignature);
|
||||
setIsShareVisible(true);
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Reference in a new issue