mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-11 05:04:35 +00:00
uninitialized var fix
This commit is contained in:
parent
c9269fffef
commit
b83dec53c3
1 changed files with 2 additions and 0 deletions
|
@ -764,6 +764,8 @@ class _NodeFormState extends ConsumerState<NodeForm> {
|
|||
_isFailover = node.isFailover;
|
||||
if (widget.coin == Coin.epicCash) {
|
||||
enableSSLCheckbox = !node.host.startsWith("http");
|
||||
} else {
|
||||
enableSSLCheckbox = true;
|
||||
}
|
||||
print("enableSSLCheckbox: $enableSSLCheckbox");
|
||||
|
||||
|
|
Loading…
Reference in a new issue