Browse Source

fix references

patch-2
Manuel Araoz 10 years ago
parent
commit
6f2913eed4
  1. 2
      lib/pubkey.js
  2. 1
      test/address.js

2
lib/pubkey.js

@ -1,4 +1,4 @@
var Point = require('./point');
var Point = require('./crypto/point');
var bn = require('./bn');
var privkey = require('./privkey');

1
test/address.js

@ -1,5 +1,4 @@
var should = require('chai').should();
var constants = require('../lib/constants');
var Pubkey = require('../lib/pubkey');
var Address = require('../lib/address');
var Script = require('../lib/script');

Loading…
Cancel
Save