diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-01 10:56:17 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-01 10:56:17 -0700 |
commit | ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009 (patch) | |
tree | c30d30baadfa02be183b40535d3bf43d2701f60b /src/wallet.cpp | |
parent | 0f460644e36196cd597e02281a0d0c90abc844e2 (diff) | |
parent | e6bc9c35f3518760800be47ec0b061fd508c8175 (diff) |
Merge pull request #1636 from Diapolo/Warning_string
Update Warning-strings to use a standard-format
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r-- | src/wallet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp index 4d99ce6560..fee4db9e71 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1557,7 +1557,7 @@ CPubKey CReserveKey::GetReservedKey() vchPubKey = keypool.vchPubKey; else { - printf("CReserveKey::GetReservedKey(): Warning: using default key instead of a new key, top up your keypool."); + printf("CReserveKey::GetReservedKey(): Warning: Using default key instead of a new key, top up your keypool!"); vchPubKey = pwallet->vchDefaultKey; } } |