mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-02-02 03:06:29 +00:00
disable try again debugging
This commit is contained in:
parent
b87812f167
commit
db9dfd2e5b
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class FusionProgressUIState extends ChangeNotifier {
|
|||
/// Set from the interface. I didn't want to have to configure
|
||||
///
|
||||
/// Used to be named maxConsecutiveFusionRoundsFailed.
|
||||
bool _failed = true;
|
||||
bool _failed = false;
|
||||
bool get failed => _failed;
|
||||
set failed(bool failed) {
|
||||
_failed = failed;
|
||||
|
|
Loading…
Reference in a new issue