Skip to content
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: stx and sip10 transaction error routing #3595

Merged
merged 1 commit into from
Apr 24, 2023

Conversation

alter-eggo
Copy link
Contributor

@alter-eggo alter-eggo commented Apr 24, 2023

Try out this version of the Hiro Wallet - download extension builds.

See title

@vercel vercel bot temporarily deployed to Preview April 24, 2023 20:02 Inactive
@@ -32,7 +32,7 @@ const recipientAccountsDrawerRoute = (

const editNonceDrawerRoute = <Route path={RouteUrls.EditNonce} element={<EditNonceDrawer />} />;
const broadcastErrorDrawerRoute = (
<Route path={RouteUrls.TransactionBroadcastError} element={<BroadcastErrorDrawer />} />
<Route path={'confirm/broadcast-error'} element={<BroadcastErrorDrawer />} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't worked with the send form in awhile and know you have made a lot of changes, but are you sure {broadcastErrorDrawerRoute} just doesn't need to be moved and nested in the confirm route here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to do so, but the flow still ends up with error. seems there is problem with sip10/stx routes conflicts bc I added contractId param in sip10 routes

@alter-eggo alter-eggo added this pull request to the merge queue Apr 24, 2023
Merged via the queue into dev with commit c46797f Apr 24, 2023
@alter-eggo alter-eggo deleted the fix/stacks-send-error-route branch April 24, 2023 21:52
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.

2 participants