Ensure the size of our locking script never changes

This commit is contained in:
Thomas Eizinger 2021-08-12 11:28:00 +10:00
parent 4405dbcf9c
commit 148fdb8d0a
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
4 changed files with 35 additions and 8 deletions

View file

@ -32,3 +32,6 @@ pub mod tor;
pub mod tracing_ext;
mod monero_ext;
#[cfg(test)]
mod proptest;