Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elif "error" in resp: > raise RpcError(method, payload, resp['error']) E pyln.client.lightning.RpcError: RPC call failed: method: barqpay, payload: {'bolt11_invoice': 'lnbcrt1pnj539usp5kfyc96j0ef2w7t0pk3vz9423frfdkawm8ry2let740kf8rxn69xspp5v6g5apu9kwe0sacxqgw57hyxfxqdlq5ss5c7s67ukrtk3t0dd27sdqjv3jhxcmjd9c8g6t0dcxqyjw5qcqp99qxpqysgqcmytrq84npqv2y304p4rja5rnp62cf78sxdntvmcw3x0f6rfsd9kp2c60eapssdvnf4mrutratq2cxlt4cawux6kvskdyx6hdkeyppqplefchj', 'strategy': 'probabilistic', 'amount_msat': 123000}, error: {'code': -1, 'data': None, 'message': 'Packet extended beyond the provided bytes'} In addition this should be wrong anyway because rapig gossip sync is not working on regtest iirc. Signed-off-by: Vincenzo Palazzo <[email protected]>
- Loading branch information