diff options
| author | Pieter Wuille <[email protected]> | 2011-06-25 14:57:32 +0200 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2011-07-08 15:46:47 +0200 |
| commit | acd6501610817eee0bd1c8ea9c591f043affbaec (patch) | |
| tree | e2b05a5d0bc1a0b890b2b1d6a16713967143ff95 /src/ui.cpp | |
| parent | Merge pull request #383 from sipa/syncdefault (diff) | |
| download | discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.tar.xz discoin-acd6501610817eee0bd1c8ea9c591f043affbaec.zip | |
Prepare codebase for Encrypted Keys.
Diffstat (limited to 'src/ui.cpp')
| -rw-r--r-- | src/ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.cpp b/src/ui.cpp index 9b84fb9e6..db02cb583 100644 --- a/src/ui.cpp +++ b/src/ui.cpp @@ -2382,7 +2382,7 @@ CAddressBookDialog::CAddressBookDialog(wxWindow* parent, const wxString& strInit m_listCtrlReceiving->SetFocus(); // Fill listctrl with address book data - CRITICAL_BLOCK(pwalletMain->cs_mapKeys) + CRITICAL_BLOCK(pwalletMain->cs_KeyStore) CRITICAL_BLOCK(pwalletMain->cs_mapAddressBook) { string strDefaultReceiving = (string)pframeMain->m_textCtrlAddress->GetValue(); |