Merge pull request #455 from cypherstack/epic/2-confs

Reduce Epic Cash minimum confirmations to 3
This commit is contained in:
Diego Salazar 2023-04-03 17:19:32 -06:00 committed by GitHub
commit 366c152521
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:websocket_universal/websocket_universal.dart';
const int MINIMUM_CONFIRMATIONS = 10;
const int MINIMUM_CONFIRMATIONS = 3;
const String GENESIS_HASH_MAINNET = "";
const String GENESIS_HASH_TESTNET = "";