Skip to content

Commit

Permalink
fix: payment request type in bats
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Feb 19, 2024
1 parent ba1f2bc commit adb1874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bats/gql/transactions-for-wallet-by-payment-request.gql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
query transactionsForWalletByPaymentRequest(
$walletId: WalletId!
$paymentRequest: PaymentRequest!
$paymentRequest: LnPaymentRequest!
) {
me {
defaultAccount {
Expand Down

0 comments on commit adb1874

Please sign in to comment.