diff --git a/state/state.go b/state/state.go index 835ff088b2..fbec5ae8e0 100644 --- a/state/state.go +++ b/state/state.go @@ -78,6 +78,7 @@ func (s *State) CacheWrap() *State { store: cache, readCache: nil, writeCache: cache, + logger: s.logger, } }