Skip to content

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

Open
wowamaxe-glitch wants to merge 1 commit into
ceejaylaboratory:mainfrom
wowamaxe-glitch:fix/issue-520-xlm-wrapper-clone
Open

fix: Resolve borrow checker use-after-move in xlm_wrapper (Issue #520)#695
wowamaxe-glitch wants to merge 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.
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

1 participant