Merge PR #4356: Update default verifier path

This commit is contained in:
Alexander Bezobchuk 2019-05-17 10:22:33 -04:00 committed by GitHub
parent db4c82bad2
commit 3153e93446
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,7 +144,7 @@ func createVerifier() tmlite.Verifier {
node := rpcclient.NewHTTP(nodeURI, "/websocket")
cacheSize := 10 // TODO: determine appropriate cache size
verifier, err := tmliteProxy.NewVerifier(
chainID, filepath.Join(home, ".gaialite"),
chainID, filepath.Join(home, ".lite_verifier"),
node, log.NewNopLogger(), cacheSize,
)