mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 00:46:32 +00:00
Client: DumpConsensusState, not DialSeeds. Cleanup
This commit is contained in:
@ -53,8 +53,7 @@ type SignClient interface {
|
||||
// by concrete implementations.
|
||||
type NetworkClient interface {
|
||||
NetInfo() (*ctypes.ResultNetInfo, error)
|
||||
// remove this???
|
||||
DialSeeds(seeds []string) (*ctypes.ResultDialSeeds, error)
|
||||
DumpConsensusState() (*ctypes.ResultDumpConsensusState, error)
|
||||
}
|
||||
|
||||
// HistoryClient shows us data from genesis to now in large chunks.
|
||||
|
Reference in New Issue
Block a user