fix comment c/p

This commit is contained in:
kiwiidb
2023-07-05 11:20:18 +02:00
parent c20f02ec75
commit a22ab04f01

View File

@@ -402,7 +402,7 @@ func (svc *LndhubService) HandleSuccessfulPayment(ctx context.Context, invoice *
return err
}
//revert the fee reserve entry
//add the real fee entry
err = svc.AddFeeEntry(ctx, &parentEntry, invoice, tx)
if err != nil {
tx.Rollback()