Skip to content

Commit

Permalink
fix docs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Sep 8, 2023
1 parent ad27085 commit 84ffda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/src/contract_base/wrappers/send_wrapper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ where
/// So only use as the last call in your endpoint.
/// If you want to perform multiple transfers, use `self.send().transfer_multiple_esdt_via_async_call()` instead.
/// Note that EGLD can NOT be transfered with this function.
/// If amount is 0 continues with the async call without making any transfer
/// If amount is 0 returns without error
pub fn transfer_esdt_non_zero_via_async_call(
&self,
to: ManagedAddress<A>,
Expand Down

0 comments on commit 84ffda6

Please sign in to comment.