Skip to content

Commit

Permalink
AtomicBool::into_inner
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Oct 2, 2023
1 parent f0f8317 commit 3e31bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/blockstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2984,7 +2984,7 @@ impl Blockstore {
}
});

(result, possible_cpi_alt_extend.load(Ordering::Relaxed))
(result, possible_cpi_alt_extend.into_inner())
}

fn get_completed_ranges(
Expand Down

0 comments on commit 3e31bb0

Please sign in to comment.