Skip to content

Commit

Permalink
Merge pull request #61 from lightsparkdev/feat/testpaymentfield
Browse files Browse the repository at this point in the history
Stop requesting the removed/deprecated payment field in create_test_mode_payment
  • Loading branch information
jklein24 authored Feb 7, 2024
2 parents 9a5276d + 61bb06a commit 6275434
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/create_test_mode_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ mutation CreateTestModePayment(
encoded_invoice: $encoded_invoice
amount_msats: $amount_msats
}) {
payment {
...OutgoingPaymentFragment
}
incoming_payment {
...IncomingPaymentFragment
}
Expand Down

0 comments on commit 6275434

Please sign in to comment.