mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-08 22:41:00 +02:00
multi: formatting and comment fixes
This commit is contained in:
@ -234,7 +234,6 @@ func TestTxInputSetRequiredOutput(t *testing.T) {
|
||||
change = set.changeOutput
|
||||
if change != 1000 {
|
||||
t.Fatalf("expected change to be %v, had %v", 1000, change)
|
||||
|
||||
}
|
||||
require.True(t, set.enoughInput())
|
||||
}
|
||||
|
Reference in New Issue
Block a user