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:
parent
929b8d2b62
commit
57b8afbdab
11 changed files with 33 additions and 33 deletions
src
|
@ -22,6 +22,6 @@ module.exports = {
|
|||
Transaction: T.Transaction,
|
||||
TransactionIn: T.TransactionIn,
|
||||
TransactionOut: T.TransactionOut,
|
||||
network: require('./network'),
|
||||
networks: require('./networks'),
|
||||
Wallet: require('./wallet')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue