Skip to content

Commit af1d5c7

Browse files
committed
Fixup! fix typo
1 parent 5fc5095 commit af1d5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclair-core/src/main/scala/fr/acinq/eclair/wire/internal/channel/version4/ChannelCodecs4.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private[channel] object ChannelCodecs4 {
203203

204204
private case class CommitTxAndRemoteSigEx(commitTx: CommitTx, remoteSig: ByteVector64, partialSig: Either[ByteVector64, PartialSignatureWithNonce], dummy: Boolean)
205205

206-
// remoteSig is now either a signature or a partial signature with nonce. To retain compatibility with the previous codec, we use remoteSig as a left/write indicator,
206+
// remoteSig is now either a signature or a partial signature with nonce. To retain compatibility with the previous codec, we use remoteSig as a left/right indicator,
207207
// a value of all zeroes meaning right (a valid signature cannot be all zeroes)
208208
private val commitTxAndRemoteSigExCodec: Codec[CommitTxAndRemoteSigEx] = (
209209
("commitTx" | commitTxCodec) ::

0 commit comments

Comments
 (0)