Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Sep 4, 2023
1 parent 2ab38e1 commit 2b36017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct SendNativeTokensParams {
#[getset(get = "pub")]
return_address: Option<Bech32Address>,
/// 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<SlotIndex>,
}
Expand Down

0 comments on commit 2b36017

Please sign in to comment.