Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Dec 23, 2024
1 parent 4864b50 commit 5120444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/onchain_events/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ impl Subscriber {
event_type: IdRegisterEventType::Register as i32,
to: to.to_vec(),
recovery_address: recovery.to_vec(),
from: vec![], // TODO(aditi) : What to do about this?
from: vec![],
}),
)
.await;
Expand Down

0 comments on commit 5120444

Please sign in to comment.