mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-06 17:47:01 +02:00
cmd+lntest: use the new rpc field Payment_INITIATED
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
65879a45e6
commit
17a0a8de06
@@ -136,7 +136,7 @@ func acceptHoldInvoice(ht *lntest.HarnessTest, idx int, sender,
|
||||
// the payer to get one update for the creation of the payment, and
|
||||
// another when a htlc is dispatched.
|
||||
payment := ht.AssertPaymentStatusFromStream(
|
||||
payStream, lnrpc.Payment_IN_FLIGHT,
|
||||
payStream, lnrpc.Payment_INITIATED,
|
||||
)
|
||||
require.Empty(ht, payment.Htlcs)
|
||||
|
||||
|
Reference in New Issue
Block a user