Browse Source

test

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
99a3e7e7c6
  1. 3
      api/network/receive.ts
  2. 3
      dist/api/network/receive.js
  3. 2
      dist/api/network/receive.js.map

3
api/network/receive.ts

@ -143,11 +143,12 @@ async function parseAndVerifyPayload(data){
payload.sender.pub_key=v.pubkey
return payload
} else {
console.log('return payload',payload)
return payload // => RM THIS
}
}
} catch(e) {
console.log(e)
console.log('err',e)
return null
}
}

3
dist/api/network/receive.js

@ -164,12 +164,13 @@ function parseAndVerifyPayload(data) {
return payload;
}
else {
console.log('return payload', payload);
return payload; // => RM THIS
}
}
}
catch (e) {
console.log(e);
console.log('err', e);
return null;
}
});

2
dist/api/network/receive.js.map

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save