-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: swap call oncancel error #6404
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
Caution Review failedThe pull request is closed. 概述代码变更步骤这个变更主要关注于在发送交易确认过程中引入了一个新的引用变量 变更详情
序列图sequenceDiagram
participant User
participant SendConfirmFromSwap
participant Navigation
User->>SendConfirmFromSwap: 开始交易确认
SendConfirmFromSwap->>Navigation: 设置 navigationToNext = true
Navigation->>SendConfirmFromSwap: 导航到确认页面
alt 交易成功
SendConfirmFromSwap->>SendConfirmFromSwap: 重置 navigationToNext = false
SendConfirmFromSwap->>User: 执行成功回调
else 交易失败
SendConfirmFromSwap->>SendConfirmFromSwap: 重置 navigationToNext = false
SendConfirmFromSwap->>User: 执行失败回调
end
这个序列图展示了引入 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Summary by CodeRabbit