Skip to content

Commit 36bf352

Browse files
committed
add todos for test
1 parent 59ee8e2 commit 36bf352

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_framework/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
//!
1313
//! Checkout `tests/standard_swap.rs` for example of simple coinswap simulation test between 1 Taker and 2 Makers.
1414
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+
1519
// Temporary custom assert macro to check for balances ranging +-2 Sats owing to variability in Transaction Size by 1 vbyte(low-s).
1620
#[macro_export]
1721
macro_rules! assert_in_range {

0 commit comments

Comments
 (0)