mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-26 23:32:15 +00:00
Conform to go-common WriteFile*(path, mode)
This commit is contained in:
parent
1c628a97ad
commit
c37e25e76b
@ -318,7 +318,7 @@ func (a *AddrBook) saveToFile(filePath string) {
|
|||||||
log.Error("Failed to save AddrBook to file", "err", err)
|
log.Error("Failed to save AddrBook to file", "err", err)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
err = WriteFileAtomic(filePath, jsonBytes)
|
err = WriteFileAtomic(filePath, jsonBytes, 0644)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Error("Failed to save AddrBook to file", "file", filePath, "error", err)
|
log.Error("Failed to save AddrBook to file", "file", filePath, "error", err)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user