Fix lint errors
This commit is contained in:
parent
f468636a09
commit
c5a36978f8
@ -39,7 +39,7 @@ import (
|
|||||||
// Builder is a mock state diff builder
|
// Builder is a mock state diff builder
|
||||||
type Backend struct {
|
type Backend struct {
|
||||||
StartingBlock uint64
|
StartingBlock uint64
|
||||||
CurrBlock uint64
|
CurrBlock uint64
|
||||||
HighestBlock uint64
|
HighestBlock uint64
|
||||||
SyncedAccounts uint64
|
SyncedAccounts uint64
|
||||||
SyncedAccountBytes uint64
|
SyncedAccountBytes uint64
|
||||||
@ -251,4 +251,3 @@ func (backend *Backend) ChainConfig() *params.ChainConfig {
|
|||||||
func (backend *Backend) Engine() consensus.Engine {
|
func (backend *Backend) Engine() consensus.Engine {
|
||||||
panic("not implemented") // TODO: Implement
|
panic("not implemented") // TODO: Implement
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -70,7 +70,7 @@ var (
|
|||||||
bankAccount,
|
bankAccount,
|
||||||
})
|
})
|
||||||
mockTotalDifficulty = big.NewInt(1337)
|
mockTotalDifficulty = big.NewInt(1337)
|
||||||
parameters = statediff.Params{
|
parameters = statediff.Params{
|
||||||
IntermediateStateNodes: false,
|
IntermediateStateNodes: false,
|
||||||
IncludeTD: true,
|
IncludeTD: true,
|
||||||
IncludeBlock: true,
|
IncludeBlock: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user