Networks: Add mainnet alias

This commit is contained in:
Braydon Fuller 2014-12-02 10:55:25 -05:00
parent d5d88287cd
commit 968f9936d8
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ function getNetwork(arg) {
module.exports = {
defaultNetwork: livenet,
livenet: livenet,
mainnet: livenet,
testnet: testnet,
get: getNetwork
};