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

feat: support ledger sign psbt #4489

Closed
wants to merge 11 commits into from

Conversation

alter-eggo
Copy link
Contributor

@alter-eggo alter-eggo commented Nov 7, 2023

Try out this version of Leather — download extension builds.

Comment on lines +46 to +53
const requestToken = searchParams.get('request');
if (requestToken) {
return navigate(RouteUrls.ConnectLedger + `?request=${requestToken}`, {
replace: true,
relative: 'route',
state: { tx: bytesToHex(psbt) },
});
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't think it's necessary to do any special handling here because request token is already persisted in initialSearchParams

@kyranjamie kyranjamie force-pushed the feat/ledger-rebased branch 5 times, most recently from 5c31cd4 to 3215076 Compare November 9, 2023 16:25
@pete-watters pete-watters deleted the feat/support-psbt-ledger branch February 14, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants