Fix lint errors

This commit is contained in:
Abdul Rabbani 2022-03-10 13:33:00 -05:00
parent f468636a09
commit c5a36978f8
2 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ import (
// Builder is a mock state diff builder
type Backend struct {
StartingBlock uint64
CurrBlock uint64
CurrBlock uint64
HighestBlock uint64
SyncedAccounts uint64
SyncedAccountBytes uint64
@ -251,4 +251,3 @@ func (backend *Backend) ChainConfig() *params.ChainConfig {
func (backend *Backend) Engine() consensus.Engine {
panic("not implemented") // TODO: Implement
}

View File

@ -70,7 +70,7 @@ var (
bankAccount,
})
mockTotalDifficulty = big.NewInt(1337)
parameters = statediff.Params{
parameters = statediff.Params{
IntermediateStateNodes: false,
IncludeTD: true,
IncludeBlock: true,