From 788d1f520516115e81e584930630a6f0eccd353c Mon Sep 17 00:00:00 2001 From: julian Date: Sat, 15 Apr 2023 12:00:28 -0600 Subject: [PATCH] set min wownero confirmations to 4 --- lib/services/coins/wownero/wownero_wallet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/coins/wownero/wownero_wallet.dart b/lib/services/coins/wownero/wownero_wallet.dart index 4e3591d8c..368c5f729 100644 --- a/lib/services/coins/wownero/wownero_wallet.dart +++ b/lib/services/coins/wownero/wownero_wallet.dart @@ -50,7 +50,7 @@ import 'package:stackwallet/utilities/prefs.dart'; import 'package:stackwallet/utilities/stack_file_system.dart'; import 'package:tuple/tuple.dart'; -const int MINIMUM_CONFIRMATIONS = 10; +const int MINIMUM_CONFIRMATIONS = 4; class WowneroWallet extends CoinServiceAPI with WalletCache, WalletDB { WowneroWallet({