Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor notification_root usage in ibd/flow.rs
This commit removes a redundant `take().unwrap()` of the `notification_root` field and the subsequent reassignment of it. Now the field is directly accessed via `as_ref().unwrap()`. This change removes unnecessary operations, and might slightly improve performance.
- Loading branch information