mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +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 {
|
... on SettlementViaLn {
|
||||||
preImage
|
preImage
|
||||||
}
|
}
|
||||||
|
... on SettlementViaIntraLedger {
|
||||||
|
preImage
|
||||||
|
}
|
||||||
}
|
}
|
||||||
status
|
status
|
||||||
}
|
}
|
||||||
@@ -289,6 +292,9 @@ query Transactions($walletId: WalletId!) {
|
|||||||
... on SettlementViaLn {
|
... on SettlementViaLn {
|
||||||
preImage
|
preImage
|
||||||
}
|
}
|
||||||
|
... on SettlementViaIntraLedger {
|
||||||
|
preImage
|
||||||
|
}
|
||||||
}
|
}
|
||||||
status
|
status
|
||||||
}
|
}
|
||||||
@@ -582,6 +588,9 @@ mutation LnInvoicePaymentSend($input: LnInvoicePaymentInput!) {
|
|||||||
... on SettlementViaLn {
|
... on SettlementViaLn {
|
||||||
preImage
|
preImage
|
||||||
}
|
}
|
||||||
|
... on SettlementViaIntraLedger {
|
||||||
|
preImage
|
||||||
|
}
|
||||||
}
|
}
|
||||||
status
|
status
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user