Skip to content

Commit

Permalink
Revert example pa message
Browse files Browse the repository at this point in the history
  • Loading branch information
chongtzezhao committed Nov 10, 2024
1 parent 6195d17 commit 043e335
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class AddPublicAddressCommand extends AbstractEditCommand {
+ PREFIX_PUBLIC_ADDRESS_LABEL + "LABEL\n"
+ PREFIX_PUBLIC_ADDRESS + "ADDRESS\n"
+ "Example: " + COMMAND_WORD + " 1 " + PREFIX_PUBLIC_ADDRESS_NETWORK + "BTC " + PREFIX_PUBLIC_ADDRESS_LABEL
+ "wallet1 " + PREFIX_PUBLIC_ADDRESS + "1a1zp1ep5qgefi2dmptftl5slmv7divfna";
+ "wallet1 " + PREFIX_PUBLIC_ADDRESS + "1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa";

public static final String MESSAGE_ADDPA_SUCCESS = "Added Person's Public Address: %1$s";

Expand Down

0 comments on commit 043e335

Please sign in to comment.