Numerous fixes for consensus.
* Removed (buged) C++ specific gas specification for LOG* * Fixed LOG* where mstart went after msize *
This commit is contained in:
@@ -35,7 +35,6 @@ func (self *Receipt) RlpValueDecode(decoder *ethutil.Value) {
|
||||
}
|
||||
|
||||
func (self *Receipt) RlpData() interface{} {
|
||||
fmt.Println(self.logs.RlpData())
|
||||
return []interface{}{self.PostState, self.CumulativeGasUsed, self.Bloom, self.logs.RlpData()}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user