mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
reduce minimum doge confirms
This commit is contained in:
parent
e66205ac32
commit
69e1d8d20b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ import 'package:stackwallet/utilities/prefs.dart';
|
|||
import 'package:tuple/tuple.dart';
|
||||
import 'package:uuid/uuid.dart';
|
||||
|
||||
const int MINIMUM_CONFIRMATIONS = 3;
|
||||
const int MINIMUM_CONFIRMATIONS = 1;
|
||||
const int DUST_LIMIT = 1000000;
|
||||
|
||||
const String GENESIS_HASH_MAINNET =
|
||||
|
|
Loading…
Reference in a new issue