mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +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:
parent
487facf1f0
commit
4ad4ed8d17
3 changed files with 4 additions and 4 deletions
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())
|
||||
|
||||
# Check some details
|
||||
channel1 = g.get_channel("632677x1635x1")
|
||||
channel2 = g.get_channel("632675x1524x0")
|
||||
assert channel1.satoshis == 348185
|
||||
assert channel2.satoshis == 31337
|
||||
channel1 = g.get_channel("686386x1093x1")
|
||||
channel2 = g.get_channel("686200x1137x0")
|
||||
assert channel1.satoshis == 1000000
|
||||
assert channel2.satoshis == 3000000
|
||||
|
|
Loading…
Add table
Reference in a new issue