Merge pull request #583 from eordano/fix/jsdoc

fix jsdoc
This commit is contained in:
Manuel Aráoz 2014-11-26 14:19:33 -03:00
commit 412d0c720d
1 changed files with 1 additions and 1 deletions

View File

@ -2,10 +2,10 @@
var _ = require('lodash');
/**
* @constructor
* A network is merely a map containing values that correspond to version
* numbers for each bitcoin network. Currently only supporting "livenet"
* (a.k.a. "mainnet") and "testnet".
* @constructor
*/
function Network() {}