Network: rename Network to Networks

This change removes the most common ambiguities.
As the network module is not representative of a class, the lower case
has been used.
This commit is contained in:
Daniel Cousens 2014-05-05 13:23:22 +10:00
parent 929b8d2b62
commit 57b8afbdab
11 changed files with 33 additions and 33 deletions

View file

@ -22,6 +22,6 @@ module.exports = {
Transaction: T.Transaction,
TransactionIn: T.TransactionIn,
TransactionOut: T.TransactionOut,
network: require('./network'),
networks: require('./networks'),
Wallet: require('./wallet')
}