Browse Source

fixed struct in historydb_test.go

refactore/rollupUpdateBuckets
Mikelle 3 years ago
parent
commit
2841b4e22c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/historydb/historydb_test.go

+ 1
- 1
db/historydb/historydb_test.go

@ -738,7 +738,7 @@ func exampleInitSCVars() (*common.RollupVariables, *common.AuctionVariables, *co
big.NewInt(10),
12,
13,
[5]common.BucketParams{},
[]common.BucketParams{},
false,
}
//nolint:govet

Loading…
Cancel
Save