Navigation Menu

Skip to content

Commit

Permalink
restructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Sep 15, 2016
1 parent 841bfbc commit 5d195c5
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/net-test.js
Expand Up @@ -4,8 +4,8 @@ var bcoin = require('bcoin');
var utils = bcoin.utils;
var crypto = bcoin.crypto;
var assert = utils.assert;
var wire = require('./wire');
var Peer = require('./peer');
var wire = require('../lib/wire');
var Peer = require('../lib/peer');

var myID = bcoin.ec.generatePrivateKey();
var addr = '52.39.113.206';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5d195c5

Please sign in to comment.