Browse Source

Networks: Add mainnet alias

patch-2
Braydon Fuller 10 years ago
parent
commit
968f9936d8
  1. 1
      lib/networks.js

1
lib/networks.js

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

Loading…
Cancel
Save