mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-22 08:34:20 +01:00
lightningd: don't let spendable_msat go wumbo.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -2124,7 +2124,6 @@ def test_channel_spendable_large(node_factory, bitcoind):
|
||||
l1.rpc.waitsendpay(payment_hash, TIMEOUT)
|
||||
|
||||
|
||||
@pytest.mark.xfail(strict=True)
|
||||
def test_channel_spendable_capped(node_factory, bitcoind):
|
||||
"""Test that spendable_msat is capped at 2^32-1"""
|
||||
sats = 16777215
|
||||
|
||||
Reference in New Issue
Block a user