good morning!!!!

Skip to content
Snippets Groups Projects
Commit ce05634f authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Debug only if a tx is set. Fixes #134

parent 6f08e301
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ Rectangle {
anchors.topMargin: 10
text: "Debug contract"
onClicked: {
if(tx.createsContract){
if(tx && tx.createsContract){
eth.startDbWithCode(tx.rawData)
}else {
eth.startDbWithContractAndData(tx.address, tx.rawData)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment