From fa661aed19b4c4b2fda8b4b71a525754a880b9df Mon Sep 17 00:00:00 2001 From: Soham Sinha <92371443+soham-k-sinha@users.noreply.github.com> Date: Sat, 7 Feb 2026 22:48:59 +0530 Subject: [PATCH] Fix typo in destination address comment #2 Replaced 'wich hqs' to 'which has' --- python/rlusd_transaction.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/rlusd_transaction.py b/python/rlusd_transaction.py index 0b7b0f3..610bdb4 100644 --- a/python/rlusd_transaction.py +++ b/python/rlusd_transaction.py @@ -59,8 +59,8 @@ def send_rlusd(seed, destination_address, amount, issuer_address): if __name__ == "__main__": # Example usage - replace with your values seed = "sEd71CfChR48xigRKg5AJcarEcgFMPk" # Replace with sender's seed - destination = "rNB4HFHi7Cqoz9Uv8x6JzBrn4xLBKeQLTt" # Replace with destination address wich hqs RLUSD trustline enabled + destination = "rNB4HFHi7Cqoz9Uv8x6JzBrn4xLBKeQLTt" # Replace with destination address which has RLUSD trustline enabled amount = 1 # Amount of RLUSD to send issuer = "rQhWct2fv4Vc4KRjRgMrxa8xPN9Zx9iLKV" # RLUSD issuer address - send_rlusd(seed, destination, amount, issuer) \ No newline at end of file + send_rlusd(seed, destination, amount, issuer)