mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 08:07:22 +00:00
Removed nonce incrementing
This commit is contained in:
parent
770808ce0d
commit
43f88b2bbb
1 changed files with 4 additions and 2 deletions
|
|
@ -210,8 +210,10 @@ func (gui *Gui) update() {
|
|||
gui.win.Root().Call("addTx", ethpub.NewPTx(tx))
|
||||
gui.txDb.Put(tx.Hash(), tx.RlpEncode())
|
||||
|
||||
object.Nonce += 1
|
||||
state.SetStateObject(object)
|
||||
/*
|
||||
object.Nonce += 1
|
||||
state.SetStateObject(object)
|
||||
*/
|
||||
|
||||
unconfirmedFunds.Sub(unconfirmedFunds, tx.Value)
|
||||
} else if bytes.Compare(tx.Recipient, gui.addr) == 0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue