Bracket fixes

This commit is contained in:
Khanh Ngo 2023-03-15 21:50:46 +01:00
parent c8240fe157
commit e3e3639443

View file

@ -480,6 +480,7 @@ func ParseLogLevel(lvl string) (log.Lvl, error) {
default:
return log.DEBUG, fmt.Errorf("not a valid log level: %s", lvl)
}
}
// GetCurrentHash returns current hashes
func GetCurrentHash(db store.IStore) (string, string) {