Skip to content

Commit 961b451

Browse files
committed
Remove ChannelSignerType
We plan to have a single channel signer type going forward, so this is unnecessary.
1 parent 85aa95b commit 961b451

8 files changed

Lines changed: 192 additions & 241 deletions

File tree

lightning/src/ln/async_signer_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ fn do_test_closing_signed(extra_closing_signed: bool, reconnect: bool) {
12461246
let channel = chan_lock.channel_by_id.get_mut(&chan_id).unwrap();
12471247
let (funding, context) = channel.funding_and_context_mut();
12481248

1249-
let signer = context.get_mut_signer().as_mut_ecdsa().unwrap();
1249+
let signer = context.get_mut_signer();
12501250
let signature = signer
12511251
.sign_closing_transaction(
12521252
&funding.channel_transaction_parameters,

0 commit comments

Comments
 (0)