Merge branch 'main' into schouhy/add-wallet-ffi-tests

This commit is contained in:
Sergio Chouhy
2026-02-04 20:48:36 -03:00
52 changed files with 181 additions and 106 deletions
+1
View File
@@ -277,6 +277,7 @@ impl Drop for TestContext {
}
}
/// A test context to be used in normal #[test] tests
pub struct BlockingTestContext {
pub ctx: TestContext,
pub runtime: tokio::runtime::Runtime,