From b6e44a2b3dca6898842b5a01434ebed779a4db52 Mon Sep 17 00:00:00 2001 From: yutianwu Date: Sat, 24 Nov 2018 17:22:11 +0800 Subject: [PATCH] retrig test --- privval/priv_validator.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privval/priv_validator.go b/privval/priv_validator.go index c761ff3f0..b58776780 100644 --- a/privval/priv_validator.go +++ b/privval/priv_validator.go @@ -98,8 +98,8 @@ func GenFilePV(keyFilePath string, stateFilePath string) *FilePV { } // LoadFilePV loads a FilePV from the filePaths. The FilePV handles double -// signing prevention by persisting data to the stateFilePath. If the filePaths does -// not exist, the FilePV must be created manually and saved. +// signing prevention by persisting data to the stateFilePath. If the filePaths +// does not exist, the FilePV must be created manually and saved. func LoadFilePV(keyFilePath string, stateFilePath string) *FilePV { keyJSONBytes, err := ioutil.ReadFile(keyFilePath) if err != nil {