mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-28 13:52:55 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -63,6 +63,7 @@ func TestDecodeAcceptChannel(t *testing.T) {
|
||||
if !bytes.Equal(
|
||||
decoded.UpfrontShutdownScript, encoded.UpfrontShutdownScript,
|
||||
) {
|
||||
|
||||
t.Fatalf("decoded script: %x does not equal encoded script: %x",
|
||||
decoded.UpfrontShutdownScript, encoded.UpfrontShutdownScript)
|
||||
}
|
||||
|
Reference in New Issue
Block a user