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: check utxos fallback error, closes #5250 #5262

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

alter-eggo
Copy link
Contributor

@alter-eggo alter-eggo commented Apr 18, 2024

Try out Leather build 1bac374Extension build, Test report, Storybook, Chromatic

This pr fixes bug with bestinslot fallback logic in check utxos flow

@alter-eggo alter-eggo changed the title fix: check utxo fallback error, closes #5250 fix: check utxos fallback error, closes #5250 Apr 18, 2024
@alter-eggo alter-eggo force-pushed the fix/bestinslot-fallback branch from a89b2f5 to 7bdb611 Compare April 18, 2024 12:59
@alter-eggo alter-eggo linked an issue Apr 18, 2024 that may be closed by this pull request
@alter-eggo alter-eggo requested a review from kyranjamie April 18, 2024 13:11
@alter-eggo alter-eggo requested a review from fbwoolf April 18, 2024 13:23
@@ -8,6 +8,8 @@ import { BtcFeeType } from '@shared/models/fees/bitcoin-fees.model';

import { test } from '../../fixtures/fixtures';

test.describe.configure({ mode: 'serial' });
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we remove? It's kinda brittle, each test should run in isolatoin

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@alter-eggo alter-eggo force-pushed the fix/bestinslot-fallback branch from 7bdb611 to 1bac374 Compare April 18, 2024 13:43
@alter-eggo alter-eggo added this pull request to the merge queue Apr 18, 2024
Merged via the queue into dev with commit 321a00a Apr 18, 2024
28 checks passed
@alter-eggo alter-eggo deleted the fix/bestinslot-fallback branch April 18, 2024 13:53
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.

Fix 500 error encountered with sendTransfer API
4 participants