diff --git a/lbry/lbry/wallet/network.py b/lbry/lbry/wallet/network.py index 59c1abf6e..df1d2c757 100644 --- a/lbry/lbry/wallet/network.py +++ b/lbry/lbry/wallet/network.py @@ -3,9 +3,6 @@ from torba.client.basenetwork import BaseNetwork class Network(BaseNetwork): - def get_server_height(self): - return self.rpc('blockchain.block.get_server_height', []) - def get_claims_by_ids(self, claim_ids): return self.rpc('blockchain.claimtrie.getclaimsbyids', claim_ids)