Remove unused getter
OmarHatem committed
Oct 7, 2022 at 20:06 UTC
b0e188c0bd154ca9b95658a74d9369b0274bcc31
1 file changed
-2
cw_core/lib/node.dart
-2
@@ -57,8 +57,6 @@ class Node extends HiveObject with Keyable {
57
58
bool get isSSL => useSSL ?? false;
59
60
- bool get isTrusted => trusted ?? false;
61
-
60
Uri get uri {
61
switch (type) {
62
case WalletType.monero: