Skip to content

Commit

Permalink
rebase 5.3.X [PATCH 066/142] Late locking (experimental) (mimblewimbl…
Browse files Browse the repository at this point in the history
…e#530)

MWC Note: Those change are already here. In this commit the  test is fixed and activated.
  • Loading branch information
bayk committed Jul 31, 2024
1 parent 7105cd5 commit 6d8cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/tests/late_lock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ fn late_lock_test_impl(test_dir: &'static str) -> Result<(), libwallet::Error> {
max_outputs: 500,
num_change_outputs: 1,
selection_strategy_is_use_all: false,
target_slate_version: Some(4),
late_lock: Some(true),
..Default::default()
};
Expand Down Expand Up @@ -158,7 +159,6 @@ fn late_lock_test_impl(test_dir: &'static str) -> Result<(), libwallet::Error> {
}

#[test]
#[ignore]
fn late_lock() {
let test_dir = "test_output/late_lock";
setup(test_dir);
Expand Down

0 comments on commit 6d8cbf5

Please sign in to comment.