diff options
author | warptangent <warptangent@inbox.com> | 2014-12-06 01:47:54 -0800 |
---|---|---|
committer | warptangent <warptangent@inbox.com> | 2014-12-06 01:47:59 -0800 |
commit | 359ede395809d9dc7916489be0ce8d7cf2f21931 (patch) | |
tree | 10ee1257e0f7294ce51db78d979eec4526ec8ec1 /src/simplewallet | |
parent | replace lines with call to recently added print_seed() (diff) | |
download | monero-359ede395809d9dc7916489be0ce8d7cf2f21931.tar.xz |
indentation
Diffstat (limited to 'src/simplewallet')
-rw-r--r-- | src/simplewallet/simplewallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index 64b1e1da4..ec51bd49d 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -222,7 +222,7 @@ bool simple_wallet::seed(const std::vector<std::string> &args/* = std::vector<st } else { - fail_msg_writer() << "The wallet is non-deterministic. Cannot display seed."; + fail_msg_writer() << "The wallet is non-deterministic. Cannot display seed."; } return true; } |