Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Rabbani committed Mar 16, 2022
1 parent f468636 commit c5a3697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions statediff/test_helpers/mocks/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -251,4 +251,3 @@ func (backend *Backend) ChainConfig() *params.ChainConfig {
func (backend *Backend) Engine() consensus.Engine {
panic("not implemented") // TODO: Implement
}

2 changes: 1 addition & 1 deletion statediff/test_helpers/mocks/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var (
bankAccount,
})
mockTotalDifficulty = big.NewInt(1337)
parameters = statediff.Params{
parameters = statediff.Params{
IntermediateStateNodes: false,
IncludeTD: true,
IncludeBlock: true,
Expand Down

0 comments on commit c5a3697

Please sign in to comment.