bump min confs to 3

This commit is contained in:
sneurlax 2023-04-03 14:36:06 -05:00 committed by GitHub
parent 74344168f2
commit a6c2a30af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = "";