fix bitcore reference

This commit is contained in:
Manuel Araoz 2014-11-21 10:29:41 -03:00
parent eb7be6ac44
commit 1477572a04
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
'use strict';
var should = require('chai').should();
var bitcore = require('bitcore');
var bitcore = require('..');
var Pubkey = bitcore.Pubkey;
var Point = bitcore.Point;
var Bn = bitcore.BN;