mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 17:40:43 +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 isSSL => useSSL ?? false;
|
||||||
|
|
||||||
bool get isTrusted => trusted ?? false;
|
|
||||||
|
|
||||||
Uri get uri {
|
Uri get uri {
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case WalletType.monero:
|
case WalletType.monero:
|
||||||
|
|
Loading…
Reference in a new issue