bitcoinj/examples
Sean Gilligan 804e8cafec examples: always use BitcoinNetwork enum to specify network
* 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
2023-02-21 18:54:37 +01:00
..
src/main examples: always use BitcoinNetwork enum to specify network 2023-02-21 18:54:37 +01:00
build.gradle build.gradle: update picocli to 4.7.1 2023-01-29 21:35:31 +01:00