core/state: fix staticcheck warnings (#20357)

Also remove dependency on gopkg.in/check.v1 in tests.
This commit is contained in:
Felix Lange
2019-11-22 15:56:05 +01:00
committed by GitHub
parent 36a684ca1e
commit dd21f079e8
7 changed files with 211 additions and 228 deletions

View File

@ -127,9 +127,7 @@ type (
hash common.Hash
}
touchChange struct {
account *common.Address
prev bool
prevDirty bool
account *common.Address
}
)