docs: fix unlock account desc in Private-Network desc (#25705)

This commit is contained in:
Ginta 2022-09-07 20:00:59 +08:00 committed by GitHub
parent 4962b5a7ce
commit 9612354462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ This account can then be unlocked and some ether sent to Node 2, using the follo
```javascript
// unlock account
personal.unlock(eth.accounts[0])
personal.unlockAccount(eth.accounts[0])
// send some Wei
eth.sendTransaction({to: "0xc94d95a5106270775351eecfe43f97e8e75e59e8", from: eth.accounts[0], value: 25000})