Skip to content

Commit

Permalink
Merge PR cosmos#4356: Update default verifier path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored May 17, 2019
1 parent db4c82b commit 3153e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 3153e93

Please sign in to comment.