]> zoso.dev Git - libnemo.git/commitdiff
Update imports for new nano-nacl filename.
authorChris Duncan <chris@zoso.dev>
Mon, 25 Nov 2024 22:06:02 +0000 (14:06 -0800)
committerChris Duncan <chris@zoso.dev>
Mon, 25 Nov 2024 22:06:02 +0000 (14:06 -0800)
src/lib/account.ts
src/lib/block.ts
src/lib/tools.ts

index ffc2f38635913324512cea56e24c3b83748ba913..0fde3e87c4e83d975466acbf4ab9ad647d720456 100644 (file)
@@ -6,7 +6,7 @@ import { ACCOUNT_KEY_LENGTH, ALPHABET, PREFIX, PREFIX_LEGACY } from './constants
 import { base32, bytes, hex } from './convert.js'\r
 import { Rpc } from './rpc.js'\r
 import { Safe } from './safe.js'\r
-import * as Ed25519 from './workers/nano25519.js'\r
+import * as Ed25519 from './workers/nacl-nano.js'\r
 \r
 /**\r
 * Represents a single Nano address and the associated public key. To include the\r
index 5c381b0ba85177bfa46f626f7f048a8927b37faf..af96d8abd802e99fd69ccf5fc3ac3725a6bb560c 100644 (file)
@@ -6,7 +6,7 @@ import { Account } from './account.js'
 import { bytes, dec, hex } from './convert.js'
 import { Rpc } from './rpc.js'
 import Tools from './tools.js'
-import * as Ed25519 from './workers/nano25519.js'
+import * as Ed25519 from './workers/nacl-nano.js'
 
 /**
 * Represents a block as defined by the Nano cryptocurrency protocol. The Block
index 153539bdcf3234c88c8b15e248ba917553dc9623..854e3537bd900c3e428206d0ef835b1bafb1cf30 100644 (file)
@@ -8,7 +8,7 @@ import { bytes, hex } from './convert.js'
 import { Rpc } from './rpc.js'
 import { Bip44Wallet, Blake2bWallet, LedgerWallet } from './wallet.js'
 import { SendBlock } from './block.js'
-import * as Ed25519 from './workers/nano25519.js'
+import * as Ed25519 from './workers/nacl-nano.js'
 
 /**
 * Converts a decimal amount of nano from one unit divider to another.