Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
umm, okay use that
Browse files Browse the repository at this point in the history
  • Loading branch information
geohot committed Sep 24, 2021
1 parent cf33f16 commit f7d8072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigeth/oracle/prefetch.go
Expand Up @@ -82,7 +82,7 @@ func cacheExists(key string) bool {
}

func cacheWrite(key string, value []byte) {
os.WriteFile(toFilename(key), value, 0644)
ioutil.WriteFile(toFilename(key), value, 0644)
}

func getAPI(jsonData []byte) io.Reader {
Expand Down

0 comments on commit f7d8072

Please sign in to comment.