Change wrong pow http response

pull/294/head
Beaudan 6 years ago
parent dbcaaf98dc
commit dad52a784d

@ -67,7 +67,7 @@ const fetch = async (url, options = {}) => {
} }
// Wrong PoW difficulty // Wrong PoW difficulty
if (response.status === 402) { if (response.status === 432) {
if (doEncryptChannel) { if (doEncryptChannel) {
result = decryptResponse(response, address); result = decryptResponse(response, address);
} else { } else {

Loading…
Cancel
Save