mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 11:39:22 +00:00
Remove unused getter
This commit is contained in:
parent
cb9f690745
commit
b0e188c0bd
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ class Node extends HiveObject with Keyable {
|
|||
|
||||
bool get isSSL => useSSL ?? false;
|
||||
|
||||
bool get isTrusted => trusted ?? false;
|
||||
|
||||
Uri get uri {
|
||||
switch (type) {
|
||||
case WalletType.monero:
|
||||
|
|
Loading…
Reference in a new issue