Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b08e7d3

Browse files
committed
graph: Fix process_trigger_in_runtime_host method signature
1 parent 22700ec commit b08e7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graph/src/components/subgraph/instance.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ where
3838
state: BlockState,
3939
) -> Box<Future<Item = BlockState, Error = Error> + Send>;
4040

41-
/// Like `process_log` but processes an Ethereum event in a given list of hosts.
42-
fn process_log_in_runtime_hosts<I>(
41+
/// Like `process_trigger` but processes an Ethereum event in a given list of hosts.
42+
fn process_trigger_in_runtime_hosts<I>(
4343
logger: &Logger,
4444
hosts: I,
4545
block: Arc<EthereumBlock>,

0 commit comments

Comments
 (0)