Move tests from debug_sync to a new submodule
authorMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 06:34:30 +0000 (06:34 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 10 Jan 2023 06:48:04 +0000 (06:48 +0000)
commit230331f3e8efe9cee0ad2dc1644051bd9679a01f
tree6770e798bfc75376df2f79cf4ce52b8c5bf311b3
parent558bfa3fb3789d7d2586fef11d62367c174f370f
Move tests from debug_sync to a new submodule

This will allow us to change the module regex match in debug_sync
to make it more robust.
lightning/src/sync/debug_sync.rs
lightning/src/sync/mod.rs
lightning/src/sync/test_lockorder_checks.rs [new file with mode: 0644]