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

Commit f7d8072

Browse files
committed
umm, okay use that
1 parent cf33f16 commit f7d8072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minigeth/oracle/prefetch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func cacheExists(key string) bool {
8282
}
8383

8484
func cacheWrite(key string, value []byte) {
85-
os.WriteFile(toFilename(key), value, 0644)
85+
ioutil.WriteFile(toFilename(key), value, 0644)
8686
}
8787

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

0 commit comments

Comments
 (0)