From b8b6bb99182a484d70a99bf71f6733f31218a5b4 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Fri, 1 Dec 2023 10:28:09 +0100 Subject: [PATCH] Update bindings/core/src/method/wallet.rs Co-authored-by: /alex/ --- bindings/core/src/method/wallet.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/core/src/method/wallet.rs b/bindings/core/src/method/wallet.rs index 988a07fee4..6715f07a54 100644 --- a/bindings/core/src/method/wallet.rs +++ b/bindings/core/src/method/wallet.rs @@ -133,7 +133,7 @@ pub enum WalletMethod { /// Get wallet balance information. /// Expected response: [`Balance`](crate::Response::Balance) GetBalance, - /// Get the [`Output`] that minted a native token by its TokenId + /// Get the [`Output`] that minted a native token by its TokenId. /// Expected response: [`Output`](crate::Response::Output) #[serde(rename_all = "camelCase")] GetFoundryOutput { token_id: TokenId },