Client: DumpConsensusState, not DialSeeds. Cleanup

This commit is contained in:
Ethan Frey
2017-02-24 17:04:38 +01:00
parent 931af6a072
commit 98450ee2db
5 changed files with 21 additions and 95 deletions

View File

@ -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.