Rename verified_sth.json to just sth.json
This commit is contained in:
parent
7adbc6cffe
commit
9f3e9968ec
|
@ -62,7 +62,7 @@ func OpenLogState (logStatePath string) (*LogState, error) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (logState *LogState) VerifiedSTHFilename () string {
|
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) {
|
func (logState *LogState) GetVerifiedSTH () (*ct.SignedTreeHead, error) {
|
||||||
|
|
Loading…
Reference in New Issue