Skip to content

Commit 56f09b5

Browse files
committed
reverted sdk-src_account.md changes
1 parent 0e59d43 commit 56f09b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api_reference/sdk-src_account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
5757

5858
```javascript
5959
const ciphertext = PrivateKey.newEncrypted("password");
60-
const account = Account.fromCiphertext(process.env.ciphertext, process.env.password);
60+
const account = Account.fromCiphertext(ciphertext, "password");
6161
```
6262

6363
---
@@ -216,7 +216,7 @@ __*return*__ | [PrivateKey](sdk-src_wasm.md) | **
216216

217217
```javascript
218218
const ciphertext = PrivateKey.newEncrypted("password");
219-
const account = Account.fromCiphertext(process.env.ciphertext, process.env.password);
219+
const account = Account.fromCiphertext(ciphertext, "password");
220220
```
221221

222222
---

0 commit comments

Comments
 (0)