Skip to content

Commit

Permalink
Fixed import need for isPubkey #101
Browse files Browse the repository at this point in the history
  • Loading branch information
James Calfee committed Mar 14, 2017
1 parent 59a7a81 commit 1ff04f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/auth/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ var bigi = require('bigi'),
config = require('../config'),
operations = require('./serializer/src/operations'),
Signature = require('./ecc/src/signature'),
KeyPrivate = require('./ecc/src/key_private');
KeyPrivate = require('./ecc/src/key_private'),
PublicKey = require('./ecc/src/key_public');

var Auth = {};
var transaction = operations.transaction;
Expand Down

0 comments on commit 1ff04f9

Please sign in to comment.