mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 14:34:24 +01:00
Fix details fields error
(cherry picked from commit 7588ba5579684d380be6981c00b5be08052494e9)
This commit is contained in:
@@ -53,7 +53,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