Rename verified_sth.json to just sth.json

This commit is contained in:
Andrew Ayer 2017-01-08 10:15:41 -08:00
parent 7adbc6cffe
commit 9f3e9968ec
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func OpenLogState (logStatePath string) (*LogState, error) {
}
func (logState *LogState) VerifiedSTHFilename () string {
return filepath.Join(logState.path, "verified_sth.json")
return filepath.Join(logState.path, "sth.json")
}
func (logState *LogState) GetVerifiedSTH () (*ct.SignedTreeHead, error) {