mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-17 13:07:32 +02:00
Remove todo comment in get offer (#294)
This commit is contained in:
parent
88c137c0ed
commit
aef185830b
1 changed files with 0 additions and 1 deletions
|
|
@ -112,7 +112,6 @@ class PeerGetOffer:
|
|||
def _get_decoded_offer(self, offer):
|
||||
pay_req = self._decode_payment_request(offer.payment_request)
|
||||
logger.info("Decoded payment request: {}".format(pay_req))
|
||||
# TODO create a new offer object with decoded fields
|
||||
|
||||
price_msat = pay_req.num_msat
|
||||
destination = pay_req.destination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue