add copay version to backup

This commit is contained in:
Manuel Araoz 2014-08-27 17:09:29 -03:00
commit bff5585230
3 changed files with 12 additions and 29 deletions

View file

@ -9,19 +9,6 @@ var extend = nodeUtil._extend;
var io = require('socket.io-client');
var preconditions = require('preconditions').singleton();
/*
* Emits
* 'connect'
* when network layout has change (new/lost peers, etc)
*
* 'data'
* when an unknown data type arrives
*
* Provides
* send(toPeerIds, {data}, cb?)
*
*/
function Network(opts) {
var self = this;
opts = opts || {};