We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2939 commit 2c4fbbfCopy full SHA for 2c4fbbf
lightning/src/chain/keysinterface.rs
@@ -900,7 +900,6 @@ impl Writeable for InMemorySigner {
900
self.channel_parameters.write(writer)?;
901
self.channel_value_satoshis.write(writer)?;
902
self.channel_keys_id.write(writer)?;
903
- self.channel_keys_id.write(writer)?;
904
self.ldk_data_dir.write(writer)?;
905
906
write_tlv_fields!(writer, {});
0 commit comments