We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64264c commit 03207d5Copy full SHA for 03207d5
1 file changed
examples/acp_base/funds_transfer_v2/trading/seller.py
@@ -237,7 +237,8 @@ def handle_task_transaction(job: ACPJob):
237
logger.info(f"Returning swapped token: {swapped_amount}")
238
job.deliver_payable(
239
f"Return swapped token {job.requirement.get('toSymbol', 'VIRTUAL')}",
240
- swapped_amount
+ swapped_amount,
241
+ True # skip fee to return swapped tokens
242
)
243
logger.info("Swapped token returned")
244
0 commit comments