mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +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)
|
||||
return
|
||||
}
|
||||
err = WriteFileAtomic(filePath, jsonBytes)
|
||||
err = WriteFileAtomic(filePath, jsonBytes, 0644)
|
||||
if err != nil {
|
||||
log.Error("Failed to save AddrBook to file", "file", filePath, "error", err)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user