Add a send test

This commit is contained in:
Luke Parker
2022-04-28 20:41:43 -04:00
parent 1d0a0c7c16
commit 777bb3df34
5 changed files with 75 additions and 25 deletions

View File

@@ -22,9 +22,6 @@ pub mod clsag;
pub mod rpc;
pub mod transaction;
#[cfg(test)]
mod tests;
#[link(name = "wrapper")]
extern "C" {
pub(crate) fn free(ptr: *const u8);