multi: formatting changes

This commit is contained in:
naveen
2021-12-13 15:32:22 +01:00
committed by Oliver Gugger
parent 0f167fd03e
commit 545e84f4ce
6 changed files with 9 additions and 19 deletions

View File

@@ -122,7 +122,6 @@ func WritePublicKey(buf *bytes.Buffer, pub *btcec.PublicKey) error {
serializedPubkey := pub.SerializeCompressed()
return WriteBytes(buf, serializedPubkey)
}
// WriteChannelID appends the ChannelID to the provided buffer.