mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
rm: sender account overwrite (#1418)
This commit is contained in:
parent
a2f545573c
commit
2be86c91f9
1 changed files with 0 additions and 2 deletions
|
|
@ -171,8 +171,6 @@ func runCmd(ctx *cli.Context) error {
|
|||
sender = common.HexToAddress(ctx.String(SenderFlag.Name))
|
||||
}
|
||||
|
||||
statedb.CreateAccount(sender)
|
||||
|
||||
if ctx.String(ReceiverFlag.Name) != "" {
|
||||
receiver = common.HexToAddress(ctx.String(ReceiverFlag.Name))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue