Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardmack committed Dec 9, 2021
1 parent 5665356 commit f3936af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (nodeInterface) nodeInitialised(basepath string) bool {
return true
}

// InitNode initialise the Node with given Config
// InitNode initialise the node with given Config
func InitNode(cfg *Config) error {
nodeI := nodeInterface{}
return nodeI.initNode(cfg)
Expand Down

0 comments on commit f3936af

Please sign in to comment.