mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2026-01-03 22:34:20 +01:00
Add support for paying to BOLT12 (#549)
Add support for paying to BOLT12
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user