Skip to content

Commit

Permalink
chore: fix function name in comment (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: petercover <[email protected]>
  • Loading branch information
petercover authored Feb 16, 2025
1 parent 870410c commit fffbbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/pebble/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type EthDbWrapper struct {
db ethdb.Database
}

// NewPebbleStorage ensures a single EthDbWrapper instance
// NewStorage ensures a single EthDbWrapper instance
func NewStorage(path string) (*EthDbWrapper, error) {
once.Do(func() {
db, err := rawdb.NewPebbleDBDatabase(path, 128, 128, "fheos", false, false, nil)
Expand Down

0 comments on commit fffbbf7

Please sign in to comment.