Skip to content

Commit 61099b4

Browse files
committed
Fix review comments
1 parent 2090397 commit 61099b4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

adapter/src/ethereum/client.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,6 @@ mod test {
722722

723723
let spender = *CREATOR;
724724

725-
// todo: Clean up
726725
let (config, chain_context) = {
727726
let mut init_chain = GANACHE_1337.clone();
728727
init_chain.outpace = outpace.0;

validator_worker/src/sentry_interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ impl<C: Unlocked + 'static> SentryApi<C, ()> {
156156
sentry_api.with_propagate(propagate_to)
157157
}
158158

159-
/// If the _Who am I_ Validator is not found in `propagate_to` it will added.
159+
/// If the _Who am I_ Validator is not found in `propagate_to` it will be added.
160160
/// Propagation should happen to all validators Sentry instances including _Who am I_
161161
/// i.e. the current validator.
162162
/// If a Chain in propagate_to is not setup ([`SentryApi::whoami`]) for this instance, an error is returned.

0 commit comments

Comments
 (0)