Commit 4d2f300
committed
Pass channel params to sign_channel_announcement_with_funding_key
Now that channel_value_satoshis has been moved to
ChannelTransactionParameters, pass the entire parameters when calling
each method on EcdsaChannelSigner. This will remove the need for
ChannelSigner::provide_channel_parameters. Instead, the parameters from
the FundingScope will be passed in to each method. This simplifies the
interaction with a ChannelSigner when needing to be called for more than
one FundingScope, which will be the case for pending splices and RBF
attempts.1 parent 6d9ec87 commit 4d2f300
File tree
4 files changed
+11
-6
lines changed- lightning/src
- ln
- sign
- util
4 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8135 | 8135 | | |
8136 | 8136 | | |
8137 | 8137 | | |
8138 | | - | |
| 8138 | + | |
| 8139 | + | |
8139 | 8140 | | |
8140 | 8141 | | |
8141 | 8142 | | |
| |||
8176 | 8177 | | |
8177 | 8178 | | |
8178 | 8179 | | |
8179 | | - | |
| 8180 | + | |
| 8181 | + | |
8180 | 8182 | | |
8181 | 8183 | | |
8182 | 8184 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1697 | 1697 | | |
1698 | 1698 | | |
1699 | 1699 | | |
1700 | | - | |
| 1700 | + | |
| 1701 | + | |
1701 | 1702 | | |
1702 | 1703 | | |
1703 | 1704 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
478 | 479 | | |
479 | | - | |
| 480 | + | |
480 | 481 | | |
481 | 482 | | |
482 | 483 | | |
| |||
0 commit comments