We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07bf9b0 commit cd48372Copy full SHA for cd48372
lightning/src/chain/channelmonitor.rs
@@ -942,6 +942,7 @@ impl<Signer: WriteableEcdsaChannelSigner> Writeable for ChannelMonitorImpl<Signe
942
writer.write_all(&$htlc_output.cltv_expiry.to_be_bytes())?;
943
writer.write_all(&$htlc_output.payment_hash.0[..])?;
944
$htlc_output.transaction_output_index.write(writer)?;
945
+ writer.write_all(&$htlc_output.amount_rgb.to_be_bytes())?;
946
}
947
948
0 commit comments