Skip to content

Commit

Permalink
Update identity_resolver/src/resolution/resolver.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eike Haß <eike-hass@web.de>
  • Loading branch information
abdulmth and eike-hass authored Feb 21, 2024
1 parent 3aadf33 commit 7ee0a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_resolver/src/resolution/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ mod iota_handler {
/// # Note
///
/// - Using `attach_iota_handler` or `attach_handler` for the IOTA method would override all
/// clients added in this method.
/// previously added clients.
/// - This function does not validate the provided configuration. Ensure that the provided
/// network name corresponds with the client, possibly by using `client.network_name()`.
pub fn attach_multiple_iota_handlers<CLI, I>(&mut self, clients: I)
Expand Down

0 comments on commit 7ee0a16

Please sign in to comment.