rust-lightning/lightning
Duncan Dean 1ee0a66d21
Move Channel::get_update_time_counter and some other methods
This is one of a series of commits to make sure methods are moved by
chunks so they are easily reviewable in diffs. Unfortunately they are
not purely move-only as fields need to be updated for things to
compile, but these should be quite clear.

This commit also uses these methods through the `context` field where
needed for compilation and tests to pass due to the above change.
2023-06-14 13:42:24 +02:00
..
src Move Channel::get_update_time_counter and some other methods 2023-06-14 13:42:24 +02:00
Cargo.toml Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00