File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -1530,13 +1530,8 @@ impl SignerProvider for TestKeysInterface {
1530
1530
signer
1531
1531
}
1532
1532
1533
- fn read_chan_signer ( & self , buffer : & [ u8 ] ) -> Result < Self :: EcdsaSigner , msgs:: DecodeError > {
1534
- let mut reader = io:: Cursor :: new ( buffer) ;
1535
-
1536
- let inner: InMemorySigner = ReadableArgs :: read ( & mut reader, self ) ?;
1537
- let state = self . make_enforcement_state_cell ( inner. commitment_seed ) ;
1538
-
1539
- Ok ( TestChannelSigner :: new_with_revoked ( inner, state, self . disable_revocation_policy_check ) )
1533
+ fn read_chan_signer ( & self , _buffer : & [ u8 ] ) -> Result < Self :: EcdsaSigner , msgs:: DecodeError > {
1534
+ unreachable ! ( ) ;
1540
1535
}
1541
1536
1542
1537
fn get_destination_script ( & self , channel_keys_id : [ u8 ; 32 ] ) -> Result < ScriptBuf , ( ) > {
You can’t perform that action at this time.
0 commit comments