diff --git a/fetch/fetch.go b/fetch/fetch.go index b147e0d..62e902f 100644 --- a/fetch/fetch.go +++ b/fetch/fetch.go @@ -105,7 +105,7 @@ func (f *Fetcher) FetchGenesisData() error { txResults[txIndex] = result } - return f.writeBatch([]*bft_types.Block{block}, [][]*bft_types.TxResult{txResults}, 0, 1) + return f.writeBatch([]*bft_types.Block{block}, [][]*bft_types.TxResult{txResults}, 0, 0) } // FetchChainData starts the fetching process that indexes