mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-13 19:46:39 +00:00
docs: fix unlock account desc in Private-Network desc (#25705)
This commit is contained in:
parent
4962b5a7ce
commit
9612354462
1 changed files with 1 additions and 1 deletions
|
|
@ -460,7 +460,7 @@ This account can then be unlocked and some ether sent to Node 2, using the follo
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// unlock account
|
// unlock account
|
||||||
personal.unlock(eth.accounts[0])
|
personal.unlockAccount(eth.accounts[0])
|
||||||
|
|
||||||
// send some Wei
|
// send some Wei
|
||||||
eth.sendTransaction({to: "0xc94d95a5106270775351eecfe43f97e8e75e59e8", from: eth.accounts[0], value: 25000})
|
eth.sendTransaction({to: "0xc94d95a5106270775351eecfe43f97e8e75e59e8", from: eth.accounts[0], value: 25000})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue