Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Importing ecc #63

Merged
merged 3 commits into from
Apr 28, 2018
Merged

Importing ecc #63

merged 3 commits into from
Apr 28, 2018

Conversation

nsjames
Copy link
Contributor

@nsjames nsjames commented Apr 26, 2018

Signatures could not be rebuilt ( L:321, L:328, L:333, L:342 ) due to ecc not being imported and returning undefined.

ReferenceError: ecc is not defined user.sig action.data transaction.actions
    at Object.fromObject (D:\Work\Websites\scatter-hackathon\node_modules\eosjs\lib\structs.js:414:23)

(Note, this fix is untested on the library itself, only within the transpiled code)

var _require = require('eosjs-ecc'),
    ecc = _require,
    PublicKey = _require.PublicKey;

nsjames and others added 3 commits April 27, 2018 00:26
Signatures could not be rebuilt ( L:321, L:328, L:333, L:342 ) due to ecc not being imported and returning undefined.
@jcalfee jcalfee merged commit 3539059 into EOSIO:master Apr 28, 2018
tbfleming added a commit that referenced this pull request Sep 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants