mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
update swap update estimate input interval
This commit is contained in:
parent
51acd366b4
commit
eeda23417c
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ class _ExchangeFormState extends ConsumerState<ExchangeForm> {
|
|||
bool _swapLock = false;
|
||||
|
||||
// todo: check and adjust this value?
|
||||
static const _valueCheckInterval = Duration(milliseconds: 300);
|
||||
static const _valueCheckInterval = Duration(milliseconds: 1500);
|
||||
|
||||
Future<T> showUpdatingExchangeRate<T>({
|
||||
required Future<T> whileFuture,
|
||||
|
|
Loading…
Reference in a new issue