aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
diff options
context:
space:
mode:
authortcatm <[email protected]>2011-01-31 16:42:28 +0100
committertcatm <[email protected]>2011-01-31 17:13:02 +0100
commitb1ca5eb58ac322a1a14f5f8479502a735d128443 (patch)
treebebbccb2fb106368a63bc3fc257097c3be73dc81 /db.cpp
parentExplicitly state that make -f makfile.unix is the way to build (diff)
downloaddiscoin-b1ca5eb58ac322a1a14f5f8479502a735d128443.tar.xz
discoin-b1ca5eb58ac322a1a14f5f8479502a735d128443.zip
do not create 'Your Address' account
Diffstat (limited to 'db.cpp')
-rw-r--r--db.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db.cpp b/db.cpp
index 38b1d6e57..aaa997be2 100644
--- a/db.cpp
+++ b/db.cpp
@@ -843,7 +843,7 @@ bool LoadWallet(bool& fFirstRunRet)
keyUser.MakeNewKey();
if (!AddKey(keyUser))
return false;
- if (!SetAddressBookName(PubKeyToAddress(keyUser.GetPubKey()), "Your Address"))
+ if (!SetAddressBookName(PubKeyToAddress(keyUser.GetPubKey()), ""))
return false;
CWalletDB().WriteDefaultKey(keyUser.GetPubKey());
}