Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. ReferenceError: cov_8345t82pr is not defined
  2.  
  3. ```
  4. (txs, networkId) => {
  5. /* istanbul ignore next */cov_8345t82pr.f[0]++;
  6.  
  7. // tslint:disable:no-shadowed-variable
  8. const { recoverEcdsa, blake160 } = /* istanbul ignore next */(cov_8345t82pr.s[7]++, require("codechain-sdk/lib/utils"));
  9. const { PlatformAddress } = /* istanbul ignore next */(cov_8345t82pr.s[8]++, require("codechain-sdk/lib/core/classes"));
  10. /* istanbul ignore next */cov_8345t82pr.s[9]++;
  11. return txs.map(tx => {
  12. /* istanbul ignore next */cov_8345t82pr.f[1]++;
  13.  
  14. const { message, signature } = /* istanbul ignore next */(cov_8345t82pr.s[10]++, tx);
  15. const accountId = /* istanbul ignore next */(cov_8345t82pr.s[11]++, blake160(recoverEcdsa(message, signature)));
  16. /* istanbul ignore next */cov_8345t82pr.s[12]++;
  17. return PlatformAddress.fromAccountId(accountId, {
  18. networkId
  19. }).toString();
  20. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement