Skip to content

Commit b074687

Browse files
fix genesis block fetching (#5548)
1 parent 7aa57d0 commit b074687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph/src/firehose/endpoints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ impl GenesisDecoder for SubstreamsGenesisDecoder {
119119
substreams_rpc::Request {
120120
start_block_num: 0,
121121
start_cursor: "".to_string(),
122-
stop_block_num: 1,
122+
stop_block_num: 0,
123123
final_blocks_only: true,
124124
production_mode: false,
125125
output_module: "map_blocks".to_string(),

0 commit comments

Comments
 (0)