From 2a9ba4082749d002ef18dd5c83c4f2a0b70aac2c Mon Sep 17 00:00:00 2001 From: wmjae Date: Thu, 9 Jan 2025 16:31:07 +0800 Subject: [PATCH] fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4b4ffef3..c11b5af3a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ const account = await Account.fromPrivateKey({ privateKey }); // Also, can use this function that resolves the provided private key type and derives the public key from it // to support key rotation and differentiation between Legacy Ed25519 and Unified authentications -// Read more https://github.com/aptos-labs/aptos-ts-sdk/blob/main/src/api/account.ts#L364 +// Read more https://github.com/aptos-labs/aptos-ts-sdk/blob/v0.0.1/src/api/account.ts#L377 const aptos = new Aptos(); const account = await aptos.deriveAccountFromPrivateKey({ privateKey }); ```