aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet
diff options
context:
space:
mode:
authorwarptangent <warptangent@inbox.com>2014-12-06 01:47:54 -0800
committerwarptangent <warptangent@inbox.com>2014-12-06 01:47:59 -0800
commit359ede395809d9dc7916489be0ce8d7cf2f21931 (patch)
tree10ee1257e0f7294ce51db78d979eec4526ec8ec1 /src/simplewallet
parentreplace lines with call to recently added print_seed() (diff)
downloadmonero-359ede395809d9dc7916489be0ce8d7cf2f21931.tar.xz
indentation
Diffstat (limited to 'src/simplewallet')
-rw-r--r--src/simplewallet/simplewallet.cpp2
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;
}