From bd1e617b880fa390cf454af523a3f496a165f8ee Mon Sep 17 00:00:00 2001 From: gcharang <21151592+gcharang@users.noreply.github.com> Date: Fri, 10 Nov 2023 12:16:07 +0530 Subject: [PATCH] update --- src/pages/smart-chains/api/wallet/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/smart-chains/api/wallet/index.mdx b/src/pages/smart-chains/api/wallet/index.mdx index 2c6e538a..c9c8f828 100644 --- a/src/pages/smart-chains/api/wallet/index.mdx +++ b/src/pages/smart-chains/api/wallet/index.mdx @@ -243,7 +243,7 @@ curl --user $rpcuser:$rpcpassword --data-binary '{"jsonrpc": "1.0", "id":"curlte The `encryptwallet` method encrypts the wallet with the indicated `passphrase`. -For more information, please see these instructions: [Encrypt Komodo's wallet.dat File](https://docs.komodoplatform.com/komodo/encrypt-wallet) +For more information, please see these instructions: [Encrypt Komodo's wallet.dat File](https://docs.komodoplatform.com/komodo/encrypt-wallet.html) This method is for first-time encryption only. After the first encryption, any calls that interact with private keys will require the passphrase via [walletpassphrase](/smart-chains/api/wallet/#walletpassphrase) prior to calling the corresponding method. This includes methods that create a transaction, dump a private key for an address, sign a transaction, etc.