mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 18:00:39 +01:00
804e8cafec
* Replace all usages of *Net*Params.get() with BitcoinNetwork.* enum * Where NetworkParameters is needed get it with NetworkParameters.of(network) This change does the following: * Makes it clear that BitcoinNetwork.* is the preferred method of specifying/declaring the active network. * Prepares the way for examples to get the network string as a command-line arg * Continues the general migration from NetworkParameters to Network |
||
---|---|---|
.. | ||
src/main | ||
build.gradle |