Commit 1bae740
committed
Move
In the next commit we'll add the ability to update the default
configuration used for new channels and which controls some global
decisions in the `ChannelManager`. However, first, we have to put
it behind a mutex so that it can be updated at runtime, which we do
here.
We also take this opportunity to rename `default_configuration` to
simply `config`, since it has been more than only the default
configuration for new channels for some time.ChannelManager::default_configuration behind a RwLock
1 parent bbfc694 commit 1bae740
File tree
5 files changed
+87
-56
lines changed- fuzz/src
- lightning/src/ln
5 files changed
+87
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
771 | 771 | | |
772 | 772 | | |
773 | 773 | | |
774 | | - | |
| 774 | + | |
775 | 775 | | |
776 | 776 | | |
777 | 777 | | |
| |||
0 commit comments