Skip to content

Commit

Permalink
Rename tool for the payment protocol. It was not obvious from the nam…
Browse files Browse the repository at this point in the history
…e that it has a main method.
  • Loading branch information
schildbach authored and mikehearn committed Apr 14, 2014
1 parent f13c437 commit dfc5104
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
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.");
Expand Down

0 comments on commit dfc5104

Please sign in to comment.