mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Merge pull request #3388 from TheBlueMatt/2024-10-counter-test
Add additional test coverage of `NetworkGraph` counters
This commit is contained in:
commit
c35adff51d
1 changed files with 4 additions and 0 deletions
|
@ -2089,6 +2089,10 @@ where
|
|||
};
|
||||
}
|
||||
|
||||
core::mem::drop(nodes);
|
||||
core::mem::drop(channels);
|
||||
self.test_node_counter_consistency();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue