mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 23:54:22 +01:00
common/utils.c: Correctly handle NULL taken pointer in tal_dup_talarr.
Fixes: #3757 Reported-by: @sumBTC Changelog-None
This commit is contained in:
committed by
Rusty Russell
parent
a25af262e9
commit
c100de6d93
@@ -3019,7 +3019,6 @@ def test_keysend(node_factory):
|
||||
assert(inv['msatoshi_received'] >= amt)
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_invalid_onion_channel_update(node_factory):
|
||||
'''
|
||||
Some onion failures "should" send a `channel_update`.
|
||||
|
||||
Reference in New Issue
Block a user