mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 14:34:17 +00:00
fix tests
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user