mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-02-23 06:35:17 +01:00
Rename tool for the payment protocol. It was not obvious from the name that it has a main method.
This commit is contained in:
parent
f13c437a54
commit
dfc5104d31
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import java.util.concurrent.ExecutionException;
|
|||
import static java.lang.String.format;
|
||||
|
||||
/** Takes a URL or bitcoin URI and prints information about the payment request. */
|
||||
public class PaymentProtocol {
|
||||
public class PaymentProtocolTool {
|
||||
public static void main(String[] args) {
|
||||
if (args.length < 1) {
|
||||
System.err.println("Provide a bitcoin URI or URL as the argument.");
|
Loading…
Add table
Reference in a new issue