Skip to content

Commit

Permalink
Revert "chore: drop unused min delay"
Browse files Browse the repository at this point in the history
This reverts commit 454c739.
  • Loading branch information
dtscalac committed Oct 17, 2024
1 parent 454c739 commit 3ed2d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ final class WalletLinkCubit extends Cubit<WalletLinkStateData>
emit(state.copyWith(wallets: const Optional.empty()));

final wallets =
await registrationService.getCardanoWallets();
await registrationService.getCardanoWallets().withMinimumDelay();

_wallets
..clear()
Expand Down

0 comments on commit 3ed2d7b

Please sign in to comment.