mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pyln-client/gossmap: make test gossip_store include channel_updates, deletions.
Suggested-by: @mschmook Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -38,7 +38,7 @@ def test_gossmap(tmp_path):
|
|||||||
assert set(g.nodes.keys()) == set(g2.nodes.keys())
|
assert set(g.nodes.keys()) == set(g2.nodes.keys())
|
||||||
|
|
||||||
# Check some details
|
# Check some details
|
||||||
channel1 = g.get_channel("632677x1635x1")
|
channel1 = g.get_channel("686386x1093x1")
|
||||||
channel2 = g.get_channel("632675x1524x0")
|
channel2 = g.get_channel("686200x1137x0")
|
||||||
assert channel1.satoshis == 348185
|
assert channel1.satoshis == 1000000
|
||||||
assert channel2.satoshis == 31337
|
assert channel2.satoshis == 3000000
|
||||||
|
|||||||
Reference in New Issue
Block a user