Skip to content

fix(withdrawals): remove duplicate executeWithdrawal method#322

Merged
CharlVS merged 1 commit intodevfrom
fix/remove-duplicate-execute-withdrawal
Mar 18, 2026
Merged

fix(withdrawals): remove duplicate executeWithdrawal method#322
CharlVS merged 1 commit intodevfrom
fix/remove-duplicate-execute-withdrawal

Conversation

@CharlVS
Copy link
Copy Markdown
Collaborator

@CharlVS CharlVS commented Mar 18, 2026

Summary

  • Removes a duplicate executeWithdrawal method in LegacyWithdrawalManager left over from the squash merge of the SIA branch into dev
  • The removed copy also inconsistently used WithdrawalException directly instead of the _mapError helper used everywhere else in the class

Test plan

  • dart analyze passes with no new issues
  • Existing withdrawal tests still pass

The squash merge of the SIA branch into dev left a duplicate
executeWithdrawal method in LegacyWithdrawalManager. Remove the
second copy which also inconsistently used WithdrawalException
directly instead of the _mapError helper.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@CharlVS CharlVS merged commit 482ca5f into dev Mar 18, 2026
1 of 2 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

Visit the preview URL for this PR (updated for commit 2481a7d):

https://komodo-playground--pr322-fix-remove-duplicate-po7xzxrn.web.app

(expires Wed, 25 Mar 2026 21:01:28 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: 2bfedd77fdea45b25ba7c784416e81f177aa5c47

CharlVS added a commit that referenced this pull request Apr 1, 2026
The squash merge of the SIA branch into dev left a duplicate
executeWithdrawal method in LegacyWithdrawalManager. Remove the
second copy which also inconsistently used WithdrawalException
directly instead of the _mapError helper.
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.

1 participant