certifiers: test uses WaitForHeight

This commit is contained in:
Ethan Buchman
2017-11-12 00:43:16 +00:00
parent 847f865438
commit 0ada0cf525
2 changed files with 11 additions and 7 deletions

View File

@@ -40,6 +40,11 @@ func NewHTTPProvider(remote string) certifiers.Provider {
}
}
// StatusClient returns the internal node as a StatusClient
func (p *provider) StatusClient() rpcclient.StatusClient {
return p.node
}
// StoreCommit is a noop, as clients can only read from the chain...
func (p *provider) StoreCommit(_ certifiers.FullCommit) error { return nil }