From be359cb5bf7398fe87da88e329d19dbbe0cffccf Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Sun, 28 Jun 2026 13:56:15 +0100 Subject: [PATCH] fix: Resolve borrow checker use-after-move in xlm_wrapper, closes #520 Verified that the moved `amm_address` variable in `revoke_amm` uses `.clone()` to prevent use-after-move errors.