mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Merge pull request #33 from openoms/blink-plugin-with-intraledger-preimage
fix: request preimage on intraLedger transactions
This commit is contained in:
@@ -204,6 +204,9 @@ query TransactionsByPaymentHash($paymentHash: PaymentHash!, $walletId: WalletId!
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
@@ -289,6 +292,9 @@ query Transactions($walletId: WalletId!) {
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
@@ -582,6 +588,9 @@ mutation LnInvoicePaymentSend($input: LnInvoicePaymentInput!) {
|
||||
... on SettlementViaLn {
|
||||
preImage
|
||||
}
|
||||
... on SettlementViaIntraLedger {
|
||||
preImage
|
||||
}
|
||||
}
|
||||
status
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user