Fixed issue where JUMPI would do an equally check with 1 instead of GT
This commit is contained in:
@@ -65,7 +65,7 @@ func (tx *Transaction) CreatesContract() bool {
|
||||
return tx.contractCreation
|
||||
}
|
||||
|
||||
/* Depricated */
|
||||
/* Deprecated */
|
||||
func (tx *Transaction) IsContract() bool {
|
||||
return tx.CreatesContract()
|
||||
}
|
||||
|
Reference in New Issue
Block a user