From dad52a784df47cf68bbb81e7a461b7eb3374999d Mon Sep 17 00:00:00 2001 From: Beaudan Date: Fri, 31 May 2019 10:43:37 +1000 Subject: [PATCH] Change wrong pow http response --- js/modules/loki_rpc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_rpc.js b/js/modules/loki_rpc.js index 861396032..1e0f52975 100644 --- a/js/modules/loki_rpc.js +++ b/js/modules/loki_rpc.js @@ -67,7 +67,7 @@ const fetch = async (url, options = {}) => { } // Wrong PoW difficulty - if (response.status === 402) { + if (response.status === 432) { if (doEncryptChannel) { result = decryptResponse(response, address); } else {