Make the bitcoin Algorithm test a unit test

This commit is contained in:
Luke Parker
2023-03-21 18:50:23 -04:00
parent d58a7b0ebf
commit 11a0803ea5
3 changed files with 5 additions and 1 deletions

View File

@@ -14,3 +14,6 @@ pub(crate) mod crypto;
pub mod wallet;
/// A minimal asynchronous Bitcoin RPC client.
pub mod rpc;
#[cfg(test)]
mod tests;