mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
WithState -> withState
This commit is contained in:
@@ -124,10 +124,11 @@ func (self *XEth) AtStateNum(num int64) *XEth {
|
||||
} else {
|
||||
st = self.backend.ChainManager().State()
|
||||
}
|
||||
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