mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
commit
83c07a6ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class Advert {
|
|||
|
||||
async isVerified() {
|
||||
|
||||
const ed25519 = await import("@noble/curves/ed25519");
|
||||
const { ed25519 } = await import("@noble/curves/ed25519");
|
||||
|
||||
// build signed data
|
||||
const bufferWriter = new BufferWriter();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue