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

pull/25842/head
Ginta 2 years ago committed by GitHub
parent 4962b5a7ce
commit 9612354462
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/_interface/Private-Network.md

@ -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})

Loading…
Cancel
Save