BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 142 forks source link

Improve src/networks.js #64

Closed OttoAllmendinger closed 4 years ago

OttoAllmendinger commented 4 years ago

fe30012 src/networks.js: reorder networks

Order networks alphabetically.

The test ecpair.js is modified so that the NETWORKS_LIST still has bitcoin and testnet as the final elements.

Remove misleading comments.

Issue: BG-16465

0ec6b0b src/networks.js: fix references

Issue: BG-16465