Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jan 9, 2019
1 parent b133a2a commit fd4a0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/SnowBlossomClient.java
Expand Up @@ -304,7 +304,7 @@ else if (command.equals("show_seed"))
}
if (missing_keys > 0)
{
System.out.println(String.format("WARNING: THIS WALLLET CONTAINS %d KEYS THAT DO NOT COME FROM SEEDS. THIS WALLET CAN NOT BE COMPLETELY RESTORED FROM SEEDS", missing_keys));
System.out.println(String.format("WARNING: THIS WALLET CONTAINS %d KEYS THAT DO NOT COME FROM SEEDS. THIS WALLET CAN NOT BE COMPLETELY RESTORED FROM SEEDS", missing_keys));
}
else
{
Expand Down

0 comments on commit fd4a0ce

Please sign in to comment.