remove unused network command

This commit is contained in:
Victor Shyba 2019-06-26 03:42:11 -03:00 committed by Lex Berezhny
parent a4d8508b40
commit dcb1e53aba

View file

@ -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)