docs: fix unlock account desc in Private-Network desc (#25705)
This commit is contained in:
parent
4962b5a7ce
commit
9612354462
|
@ -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…
Reference in New Issue