This commit is contained in:
Franck Royer 2021-06-29 16:34:26 +10:00
parent 8c62105d95
commit 90cdd5385c
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default function BroadcastPublicKey({
}); });
}) })
.catch((e) => { .catch((e) => {
console.error('Failed to creat Eth-Dm Publication message', e); console.error('Failed to create public key message', e);
}); });
} }
}; };