Commit b29c1eec authored by obscuren's avatar obscuren

Removed debug print

parent d69db6e6
......@@ -91,7 +91,6 @@ out:
tf := new(big.Int).Add(fee, fee2)
if contract.Amount.Cmp(tf) < 0 {
fmt.Println("Contract fee", ContractFee)
fmt.Println("Insufficient fees to continue running the contract", tf, contract.Amount)
break
}
......@@ -392,7 +391,7 @@ out:
fmt.Printf("Invalid OPCODE: %x\n", op)
}
fmt.Println("")
vm.stack.Print()
//vm.stack.Print()
pc++
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment