mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 21:31:23 +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