We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ee8e2 commit 36bf352Copy full SHA for 36bf352
tests/test_framework/mod.rs
@@ -12,6 +12,10 @@
12
//!
13
//! Checkout `tests/standard_swap.rs` for example of simple coinswap simulation test between 1 Taker and 2 Makers.
14
15
+// TODO(for taproot tests):
16
+// - Figure out why the fee variances are occuring
17
+// - Don't wait for timeout during maker recovery, monitor the relevant logs instead
18
+
19
// Temporary custom assert macro to check for balances ranging +-2 Sats owing to variability in Transaction Size by 1 vbyte(low-s).
20
#[macro_export]
21
macro_rules! assert_in_range {
0 commit comments