NatSpec contracts in genesis block, end to end test (unfinished)
This commit is contained in:
@ -148,10 +148,10 @@ func (self *XEth) AtStateNum(num int64) *XEth {
|
||||
}
|
||||
}
|
||||
|
||||
return self.withState(st)
|
||||
return self.WithState(st)
|
||||
}
|
||||
|
||||
func (self *XEth) withState(statedb *state.StateDB) *XEth {
|
||||
func (self *XEth) WithState(statedb *state.StateDB) *XEth {
|
||||
xeth := &XEth{
|
||||
backend: self.backend,
|
||||
}
|
||||
|
Reference in New Issue
Block a user