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 {