mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-18 22:44:22 +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 {
|
switch details {
|
||||||
case let .bitcoin(swapId, _, _, _):
|
case let .bitcoin(swapId, _, _, _):
|
||||||
return swapId
|
return swapId
|
||||||
case let .lightning(swapId, _, _, _, _, _):
|
case let .lightning(swapId, _, _, _, _, _, _):
|
||||||
return swapId
|
return swapId
|
||||||
default:
|
default:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user