fix tests

This commit is contained in:
Ethan Buchman
2017-04-10 17:32:48 -04:00
parent d7c5690f17
commit 7fbe8e47d4
2 changed files with 3 additions and 3 deletions

View File

@ -81,7 +81,7 @@ type dummyIndexer struct {
Indexed int
}
func (indexer *dummyIndexer) Tx(hash string) (*types.TxResult, error) {
func (indexer *dummyIndexer) Tx(hash []byte) (*types.TxResult, error) {
return nil, nil
}
func (indexer *dummyIndexer) Batch(batch *txindexer.Batch) error {