Fix function, add test #2

Merged
roysc merged 2 commits from dev into main 2023-09-19 16:37:36 +00:00
Showing only changes of commit 422f0036fe - Show all commits

View File

@ -16,7 +16,7 @@ func ChainDataPaths(chain string) (string, string) {
panic("could not get function source path")
}
chainPath := filepath.Join(filepath.Dir(thisPath), "..", "chain", chain)
chainPath := filepath.Join(filepath.Dir(thisPath), "..", "data", chain)
chaindataPath, err := filepath.Abs(chainPath)
if err != nil {