Skip to content

Commit

Permalink
chore: drop unused min delay
Browse files Browse the repository at this point in the history
  • Loading branch information
dtscalac committed Oct 17, 2024
1 parent cd0c80a commit 454c739
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().withMinimumDelay();
await registrationService.getCardanoWallets();

_wallets
..clear()
Expand Down

0 comments on commit 454c739

Please sign in to comment.