mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-08 06:49:31 +01:00
5edc14ee1a
When we drop an HTLC_ADD packet, sometimes the commit timer fires before we try to read from the fd. In this case, the payment is considered committed and we don't fail. We need manual commit to work around this, and also we'd need to do the pay command asynchronously from python because it will block. That's a bit out of scope for now, so just handle either way. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> |
||
---|---|---|
.. | ||
requirements.txt | ||
test_lightningd.py | ||
utils.py |