We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67761e commit 3a89051Copy full SHA for 3a89051
node/node.go
@@ -696,7 +696,7 @@ func (n *Node) EventMux() *event.TypeMux {
696
return n.eventmux
697
}
698
699
-// OpenDatabase opens an existing database with the given name (or creates one if no
+// OpenDatabaseWithOptions opens an existing database with the given name (or creates one if no
700
// previous can be found) from within the node's instance directory. If the node has no
701
// data directory, an in-memory database is returned.
702
func (n *Node) OpenDatabaseWithOptions(name string, opt DatabaseOptions) (ethdb.Database, error) {
0 commit comments