Skip to content

Commit

Permalink
Fix response type
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Nov 1, 2023
1 parent c691b2c commit 80addf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/core/src/response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use crate::{error::Error, OmittedDebug};
#[non_exhaustive]
pub enum Response {
/// Response for:
/// - [`GenerateEd25519Address`](crate::method::SecretManagerMethod::GenerateEd25519Addresses)
/// - [`GenerateEd25519Addresses`](crate::method::SecretManagerMethod::GenerateEd25519Addresses)
GeneratedEd25519Addresses(Vec<Bech32Address>),
/// Response for:
/// - [`GenerateEvmAddresses`](crate::method::SecretManagerMethod::GenerateEvmAddresses)
Expand Down

0 comments on commit 80addf9

Please sign in to comment.