take out routing hints retrieval for display for now.
This commit is contained in:
@@ -202,8 +202,8 @@ class QEInvoiceParser(QEInvoice):
|
|||||||
self._logger.debug(str(lnaddr.get_routing_info('t')))
|
self._logger.debug(str(lnaddr.get_routing_info('t')))
|
||||||
return {
|
return {
|
||||||
'pubkey': lnaddr.pubkey.serialize().hex(),
|
'pubkey': lnaddr.pubkey.serialize().hex(),
|
||||||
't': lnaddr.get_routing_info('t')[0][0].hex(),
|
't': '', #lnaddr.get_routing_info('t')[0][0].hex(),
|
||||||
'r': lnaddr.get_routing_info('r')[0][0][0].hex()
|
'r': '' #lnaddr.get_routing_info('r')[0][0][0].hex()
|
||||||
}
|
}
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
|
|||||||
Reference in New Issue
Block a user