diff --git a/Kukai Mobile/Services/WalletConnectService.swift b/Kukai Mobile/Services/WalletConnectService.swift index 158e1868..b65315b0 100644 --- a/Kukai Mobile/Services/WalletConnectService.swift +++ b/Kukai Mobile/Services/WalletConnectService.swift @@ -613,7 +613,7 @@ public class WalletConnectService { response = .response(AnyCodable(["signature": sig])) } else if let hash = opHash { - response = .response(AnyCodable(any: hash)) + response = .response(AnyCodable(["operationHash": hash])) } try await Sign.instance.respond(topic: request.topic, requestId: request.id, response: response)