Skip to content

Commit 3a89051

Browse files
authored
node: fix problematic function name in comment (#32510)
fix problematic function name in comment Signed-off-by: slicesequal <[email protected]>
1 parent e67761e commit 3a89051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/node.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ func (n *Node) EventMux() *event.TypeMux {
696696
return n.eventmux
697697
}
698698

699-
// OpenDatabase opens an existing database with the given name (or creates one if no
699+
// OpenDatabaseWithOptions opens an existing database with the given name (or creates one if no
700700
// previous can be found) from within the node's instance directory. If the node has no
701701
// data directory, an in-memory database is returned.
702702
func (n *Node) OpenDatabaseWithOptions(name string, opt DatabaseOptions) (ethdb.Database, error) {

0 commit comments

Comments
 (0)