From 2b360174e5dd7258c9c4cd310fab8be1daeb66f6 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 4 Sep 2023 17:51:55 +0200 Subject: [PATCH] Nit --- .../operations/transaction/high_level/send_native_tokens.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/wallet/account/operations/transaction/high_level/send_native_tokens.rs b/sdk/src/wallet/account/operations/transaction/high_level/send_native_tokens.rs index b6104f5b07..21096a42ca 100644 --- a/sdk/src/wallet/account/operations/transaction/high_level/send_native_tokens.rs +++ b/sdk/src/wallet/account/operations/transaction/high_level/send_native_tokens.rs @@ -41,7 +41,7 @@ pub struct SendNativeTokensParams { #[getset(get = "pub")] return_address: Option, /// Expiration in slot indices, after which the output will be available for the sender again, if not spent by the - /// receiver before. Default is 1 day + /// receiver before. Default is `DEFAULT_EXPIRATION_SLOTS` slots. #[getset(get = "pub")] expiration: Option, }