Fix wrong task name (#5917)

This commit is contained in:
Pierre Krieger
2020-05-06 15:27:18 +02:00
committed by GitHub
parent 327d11025e
commit ddf6f8a1e1
+1 -1
View File
@@ -1023,7 +1023,7 @@ ServiceBuilder<
});
spawn_handle.spawn(
"telemetry-on-block",
"on-transaction-imported",
events,
);
}