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

@@ -315,7 +315,6 @@ func fetchPayment(bucket kvdb.RBucket) (*MPPayment, error) {
creationInfo, err := fetchCreationInfo(bucket)
if err != nil {
return nil, err
}
var htlcs []HTLCAttempt