mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
set min wownero confirmations to 4
This commit is contained in:
parent
91580e9fdc
commit
788d1f5205
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ import 'package:stackwallet/utilities/prefs.dart';
|
||||||
import 'package:stackwallet/utilities/stack_file_system.dart';
|
import 'package:stackwallet/utilities/stack_file_system.dart';
|
||||||
import 'package:tuple/tuple.dart';
|
import 'package:tuple/tuple.dart';
|
||||||
|
|
||||||
const int MINIMUM_CONFIRMATIONS = 10;
|
const int MINIMUM_CONFIRMATIONS = 4;
|
||||||
|
|
||||||
class WowneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
class WowneroWallet extends CoinServiceAPI with WalletCache, WalletDB {
|
||||||
WowneroWallet({
|
WowneroWallet({
|
||||||
|
|
Loading…
Reference in a new issue