mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
prism: support onchain source & fix catach all with bolt 11 payments
This commit is contained in:
@@ -66,7 +66,7 @@ public class PrismClaimCreate : IPluginHookFilter
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
if (BOLT11PaymentRequest.TryParse(shift.depositAddress, out var bolt11, network.NBitcoinNetwork))
|
||||
if (BOLT11PaymentRequest.TryParse(shift.depositAddress, out var bolt11, network.NBitcoinNetwork))
|
||||
{
|
||||
claimRequest.Destination = new BoltInvoiceClaimDestination(shift.depositAddress, bolt11);
|
||||
claimRequest.Metadata = JObject.FromObject(new
|
||||
|
||||
Reference in New Issue
Block a user