prism: support onchain source & fix catach all with bolt 11 payments

This commit is contained in:
Kukks
2023-08-04 12:31:16 +02:00
parent 8899bb96a6
commit 5400811c68
5 changed files with 78 additions and 17 deletions

View File

@@ -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