mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-17 07:01:20 +00:00
Add logs to lite/*; Fix rpc status to return consensus height, not blockstore height
This commit is contained in:
@ -92,8 +92,9 @@ type PersistentProvider interface {
|
||||
* MultiProvider - combine multiple providers.
|
||||
|
||||
The suggested use for local light clients is client.NewHTTPProvider(...) for
|
||||
getting new data (Source), and NewMultiProvider(NewDBProvider(dbm.NewMemDB()),
|
||||
NewDBProvider(db.NewFileDB(...))) to store confirmed full commits (Trusted)
|
||||
getting new data (Source), and NewMultiProvider(NewDBProvider("label",
|
||||
dbm.NewMemDB()), NewDBProvider("label", db.NewFileDB(...))) to store confirmed
|
||||
full commits (Trusted)
|
||||
|
||||
|
||||
# How We Track Validators
|
||||
|
Reference in New Issue
Block a user