mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-01 15:50:32 +00:00
fix from lex
This commit is contained in:
parent
c16433357b
commit
e0e9c4efd0
1 changed files with 0 additions and 2 deletions
|
@ -46,8 +46,6 @@ class LBRYElectrumX(ElectrumX):
|
|||
handlers.update({
|
||||
'blockchain.numblocks.subscribe': self.numblocks_subscribe,
|
||||
'blockchain.utxo.get_address': self.utxo_get_address,
|
||||
'blockchain.transaction.broadcast':
|
||||
self.transaction_broadcast_1_0,
|
||||
'blockchain.transaction.get': self.transaction_get,
|
||||
})
|
||||
self.request_handlers.update(handlers)
|
||||
|
|
Loading…
Add table
Reference in a new issue