mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
[skip ci] fix issue with nullable field in Node adapter
This commit is contained in:
parent
f2ea86a713
commit
6c9f9a4d19
3 changed files with 3 additions and 3 deletions
|
@ -54,7 +54,7 @@ class Node extends HiveObject with Keyable {
|
|||
bool? useSSL;
|
||||
|
||||
@HiveField(5)
|
||||
bool trusted;
|
||||
bool? trusted;
|
||||
|
||||
bool get isSSL => useSSL ?? false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue