core/state: fix staticcheck warnings (#20357)
Also remove dependency on gopkg.in/check.v1 in tests.
This commit is contained in:
@ -127,9 +127,7 @@ type (
|
||||
hash common.Hash
|
||||
}
|
||||
touchChange struct {
|
||||
account *common.Address
|
||||
prev bool
|
||||
prevDirty bool
|
||||
account *common.Address
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user