Skip to content

Commit db673cb

Browse files
committed
core: Fix typo in subgraph start block logs
1 parent 004f8e6 commit db673cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/subgraph/registrar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ fn create_subgraph_version(
873873
logger,
874874
"Set subgraph start block";
875875
"block_number" => format!("{:?}", start_block.map(|block| block.number)),
876-
"block_hashr" => format!("{:?}", start_block.map(|block| block.hash)),
876+
"block_hash" => format!("{:?}", start_block.map(|block| block.hash)),
877877
);
878878

879879
// Apply the subgraph versioning and deployment operations,

0 commit comments

Comments
 (0)