From 0fa9064481e9f43cd83acb68daf33cb6f7379cd3 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 17 May 2021 14:23:07 -0400 Subject: [PATCH] fix: add id to signature response Fixes #2542 --- src/app/provider/view.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/provider/view.nim b/src/app/provider/view.nim index ef1746acb6..1e73df9491 100644 --- a/src/app/provider/view.nim +++ b/src/app/provider/view.nim @@ -188,6 +188,7 @@ QtObject: "error": errorMessage, "result": { "jsonrpc": "2.0", + "id": data.payload.id, "result": if (success): response else: "" } }