Commit 0c709f8
committed
f move check for fee update into channelmanager
The logic of "no feerate change has happened" belongs in channel
manager (previously it just didn't work for zero fees). Change
channel to just assert that we're not making these calls (but don't
panic, since this isn't going to put us at risk of lost funds).1 parent fb6970e commit 0c709f8
2 files changed
+14
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4335 | 4335 | | |
4336 | 4336 | | |
4337 | 4337 | | |
4338 | | - | |
4339 | | - | |
4340 | | - | |
4341 | | - | |
4342 | 4338 | | |
4343 | 4339 | | |
4344 | 4340 | | |
| |||
7727 | 7723 | | |
7728 | 7724 | | |
7729 | 7725 | | |
| 7726 | + | |
| 7727 | + | |
| 7728 | + | |
| 7729 | + | |
7730 | 7730 | | |
7731 | 7731 | | |
7732 | 7732 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6963 | 6963 | | |
6964 | 6964 | | |
6965 | 6965 | | |
6966 | | - | |
6967 | | - | |
6968 | | - | |
| 6966 | + | |
| 6967 | + | |
| 6968 | + | |
| 6969 | + | |
| 6970 | + | |
| 6971 | + | |
| 6972 | + | |
| 6973 | + | |
| 6974 | + | |
6969 | 6975 | | |
| 6976 | + | |
6970 | 6977 | | |
6971 | 6978 | | |
6972 | 6979 | | |
| |||
0 commit comments