Resolved some bugs in the miner

* TODO nonce error sometimes persists
* Fixed mining on wrong blocks
* Fixed state error & receipt fail
This commit is contained in:
obscuren
2015-02-15 16:16:27 +01:00
parent c924a841c7
commit 2c3a014f03
3 changed files with 12 additions and 13 deletions

View File

@ -177,7 +177,7 @@ Rectangle {
mainContractColumn.state = "ERROR"
} else {
txResult.text = "Your transaction has been submitted:\n"
txOutput.text = res[0].address
txOutput.text = res.toString()
mainContractColumn.state = "DONE"
console.log(res)