mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-25 19:55:52 +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;
|
_isFailover = node.isFailover;
|
||||||
if (widget.coin == Coin.epicCash) {
|
if (widget.coin == Coin.epicCash) {
|
||||||
enableSSLCheckbox = !node.host.startsWith("http");
|
enableSSLCheckbox = !node.host.startsWith("http");
|
||||||
|
} else {
|
||||||
|
enableSSLCheckbox = true;
|
||||||
}
|
}
|
||||||
print("enableSSLCheckbox: $enableSSLCheckbox");
|
print("enableSSLCheckbox: $enableSSLCheckbox");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue