diff --git a/framework/base/src/contract_base/wrappers/send_wrapper.rs b/framework/base/src/contract_base/wrappers/send_wrapper.rs index 350d00a9f5..790fbd1631 100644 --- a/framework/base/src/contract_base/wrappers/send_wrapper.rs +++ b/framework/base/src/contract_base/wrappers/send_wrapper.rs @@ -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,