remove unused network command
This commit is contained in:
parent
a4d8508b40
commit
dcb1e53aba
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue