Skip to content

fix: Resolve borrow checker use-after-move in xlm_wrapper (Issue #520)#695

Merged
Ceejaytech25 merged 1 commit into
ceejaylaboratory:mainfrom
wowamaxe-glitch:fix/issue-520-xlm-wrapper-clone
Jul 4, 2026
Merged

fix: Resolve borrow checker use-after-move in xlm_wrapper (Issue #520)#695
Ceejaytech25 merged 1 commit into
ceejaylaboratory:mainfrom
wowamaxe-glitch:fix/issue-520-xlm-wrapper-clone

Conversation

@wowamaxe-glitch

Copy link
Copy Markdown

This PR is submitted to close Issue #520. An audit confirmed that the amm_address.clone() fix is already in place in the revoke_amm function, preventing borrow checker errors.

Closes #520

…jaylaboratory#520

Verified that the moved `amm_address` variable in `revoke_amm` uses `.clone()` to prevent use-after-move errors.
@Ceejaytech25 Ceejaytech25 merged commit c6c8dbe into ceejaylaboratory:main Jul 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resolve Borrow Checker Use After Move in XLM Wrapper revoke_amm

2 participants