Skip to content

Commit

Permalink
Metrics and changed leveldb parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
carterqw2 committed Jul 26, 2023
1 parent 06caaf5 commit 10d9c81
Show file tree
Hide file tree
Showing 9 changed files with 364 additions and 3 deletions.
2 changes: 2 additions & 0 deletions consensus/istanbul/core/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
package core

import (
"fmt"
"math/big"

"github.com/celo-org/celo-blockchain/common"
Expand All @@ -27,6 +28,7 @@ import (

// Start implements core.Engine.Start
func (c *core) Start() error {
fmt.Printf("Roundstate db path %s\n", c.config.RoundStateDBPath)
rsdb, err := newRoundStateDB(c.config.RoundStateDBPath, nil)
if err != nil {
log.Crit("Failed to open RoundStateDB", "err", err)
Expand Down
Loading

0 comments on commit 10d9c81

Please sign in to comment.