Add support for paying to BOLT12 (#549)

Add support for paying to BOLT12
This commit is contained in:
ok300
2024-11-19 13:08:50 +00:00
committed by GitHub
parent 0750e2e0fd
commit fe1dc30917
33 changed files with 2944 additions and 203 deletions

View File

@@ -54,7 +54,7 @@ class SwapUpdatedTask : TaskProtocol {
switch details {
case let .bitcoin(swapId, _, _, _):
return swapId
case let .lightning(swapId, _, _, _, _, _, _):
case let .lightning(swapId, _, _, _, _, _, _, _):
return swapId
default:
break