mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
Merge pull request #9051 from calvinrzachman/export-routing-interface
routing: export dbMPPayment interface
This commit is contained in:
@@ -113,7 +113,7 @@ const (
|
||||
|
||||
// decideNextStep is used to determine the next step in the payment lifecycle.
|
||||
func (p *paymentLifecycle) decideNextStep(
|
||||
payment dbMPPayment) (stateStep, error) {
|
||||
payment DBMPPayment) (stateStep, error) {
|
||||
|
||||
// Check whether we could make new HTLC attempts.
|
||||
allow, err := payment.AllowMoreAttempts()
|
||||
|
Reference in New Issue
Block a user