mirror of https://github.com/status-im/op-geth.git
Removed debug print
This commit is contained in:
parent
d69db6e617
commit
b29c1eecd1
|
@ -91,7 +91,6 @@ out:
|
||||||
|
|
||||||
tf := new(big.Int).Add(fee, fee2)
|
tf := new(big.Int).Add(fee, fee2)
|
||||||
if contract.Amount.Cmp(tf) < 0 {
|
if contract.Amount.Cmp(tf) < 0 {
|
||||||
fmt.Println("Contract fee", ContractFee)
|
|
||||||
fmt.Println("Insufficient fees to continue running the contract", tf, contract.Amount)
|
fmt.Println("Insufficient fees to continue running the contract", tf, contract.Amount)
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
@ -392,7 +391,7 @@ out:
|
||||||
fmt.Printf("Invalid OPCODE: %x\n", op)
|
fmt.Printf("Invalid OPCODE: %x\n", op)
|
||||||
}
|
}
|
||||||
fmt.Println("")
|
fmt.Println("")
|
||||||
vm.stack.Print()
|
//vm.stack.Print()
|
||||||
pc++
|
pc++
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue