mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
reduce MINIMUM_CONFIRMATIONS to 2
This commit is contained in:
parent
5223613a80
commit
74344168f2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ import 'package:stackwallet/utilities/test_epic_box_connection.dart';
|
|||
import 'package:tuple/tuple.dart';
|
||||
import 'package:websocket_universal/websocket_universal.dart';
|
||||
|
||||
const int MINIMUM_CONFIRMATIONS = 10;
|
||||
const int MINIMUM_CONFIRMATIONS = 2;
|
||||
|
||||
const String GENESIS_HASH_MAINNET = "";
|
||||
const String GENESIS_HASH_TESTNET = "";
|
||||
|
|
Loading…
Reference in a new issue