Removed nonce incrementing

pull/84/head
obscuren 11 years ago
parent 770808ce0d
commit 43f88b2bbb
  1. 6
      ethereal/ui/gui.go

@ -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…
Cancel
Save