mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 11:59:30 +00:00
bump min confs to 3
This commit is contained in:
parent
74344168f2
commit
a6c2a30af4
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:tuple/tuple.dart';
|
||||||
import 'package:websocket_universal/websocket_universal.dart';
|
import 'package:websocket_universal/websocket_universal.dart';
|
||||||
|
|
||||||
const int MINIMUM_CONFIRMATIONS = 2;
|
const int MINIMUM_CONFIRMATIONS = 3;
|
||||||
|
|
||||||
const String GENESIS_HASH_MAINNET = "";
|
const String GENESIS_HASH_MAINNET = "";
|
||||||
const String GENESIS_HASH_TESTNET = "";
|
const String GENESIS_HASH_TESTNET = "";
|
||||||
|
|
Loading…
Reference in a new issue