forked from LBRYCommunity/lbry-sdk
HACK: temporary hack to move things along
This commit is contained in:
parent
e5f124fe68
commit
749f72a8c5
1 changed files with 3 additions and 1 deletions
|
@ -481,7 +481,9 @@ class LBCWalletNode:
|
|||
|
||||
@property
|
||||
def rpc_url(self):
|
||||
return f'http://{self.rpcuser}:{self.rpcpassword}@{self.hostname}:{self.lbcwallet_rpcport}/'
|
||||
# FIXME: somehow the hub/sdk doesn't learn the blocks through the Walet RPC port, why?
|
||||
# return f'http://{self.rpcuser}:{self.rpcpassword}@{self.hostname}:{self.lbcwallet_rpcport}/'
|
||||
return f'http://{self.rpcuser}:{self.rpcpassword}@{self.hostname}:{self.lbcd_rpcport}/'
|
||||
|
||||
def is_expected_block(self, e: BlockHeightEvent):
|
||||
return self.block_expected == e.height
|
||||
|
|
Loading…
Reference in a new issue