Skip to content

Commit 9b0c65a

Browse files
fix(ffi-cli): do not pre-maturely break out, continue sync (#148)
1 parent 4a8ef2d commit 9b0c65a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dash-spv-ffi/src/bin/ffi_cli.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,6 @@ fn main() {
219219
break;
220220
}
221221
dash_spv_ffi_sync_progress_destroy(prog_ptr);
222-
} else {
223-
// If progress is unavailable, assume sync finished or errored
224-
break;
225222
}
226223
thread::sleep(Duration::from_millis(300));
227224
}

0 commit comments

Comments
 (0)