Fix details fields error

(cherry picked from commit 7588ba5579684d380be6981c00b5be08052494e9)
This commit is contained in:
Ross Savage
2024-10-14 09:26:51 +02:00
committed by Roei Erez
parent 8f7f338e9d
commit c1afb5efa1

View File

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