Skip to content

Commit

Permalink
Importing ecc
Browse files Browse the repository at this point in the history
Signatures could not be rebuilt ( L:321, L:328, L:333, L:342 ) due to ecc not being imported and returning undefined.
  • Loading branch information
nsjames authored Apr 26, 2018
1 parent 15307bb commit 3db1b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const {PublicKey} = require('eosjs-ecc')
const {ecc,PublicKey} = require('eosjs-ecc')
const json = require('eosjs-json')
const Fcbuffer = require('fcbuffer')
const ByteBuffer = require('bytebuffer')
Expand Down

0 comments on commit 3db1b54

Please sign in to comment.