Skip to content

Commit

Permalink
Merge pull request #1970 from cheng762/feature/delegating-lockup
Browse files Browse the repository at this point in the history
fix ResolvePath warn
  • Loading branch information
benbaley authored Oct 12, 2022
2 parents fcbc42d + 674e403 commit 637e004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ func (c *Config) ResolvePath(path string) string {
}
if oldpath != "" && common.FileExist(oldpath) {
if warn {
c.warnOnce(&c.oldGethResourceWarning, "Using deprecated resource file %s, please move this file to the 'geth' subdirectory of datadir.", oldpath)
c.warnOnce(&c.oldGethResourceWarning, "Using deprecated resource file %s, please move this file to the 'platon' subdirectory of datadir.", oldpath)
}
return oldpath
}
Expand Down

0 comments on commit 637e004

Please sign in to comment.