mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-05 17:05:50 +02:00
multi: formatting and comment fixes
This commit is contained in:
@@ -658,6 +658,7 @@ func TestChannelStateTransition(t *testing.T) {
|
||||
if !reflect.DeepEqual(
|
||||
dbUnsignedAckedUpdates[0], unsignedAckedUpdates[0],
|
||||
) {
|
||||
|
||||
t.Fatalf("unexpected update: expected %v, got %v",
|
||||
spew.Sdump(unsignedAckedUpdates[0]),
|
||||
spew.Sdump(dbUnsignedAckedUpdates))
|
||||
|
Reference in New Issue
Block a user