Owa! nil logger -> crash on CheckTx :(

This commit is contained in:
Ethan Frey 2017-05-16 23:47:36 +02:00
parent a32bf5475f
commit 41c0f7cb69
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ func (s *State) CacheWrap() *State {
store: cache,
readCache: nil,
writeCache: cache,
logger: s.logger,
}
}