Skip to content

Conversation

jonasschnelli
Copy link
Contributor

this will remove db.h from init.cpp

@jtimon
Copy link
Contributor

jtimon commented Feb 6, 2015

ut ACK

@jgarzik
Copy link
Contributor

jgarzik commented Mar 11, 2015

ut ACK

@laanwj
Copy link
Member

laanwj commented Mar 18, 2015

Nice! Going to test.

if (r == CDBEnv::RECOVER_FAIL)
return InitError(_("wallet.dat corrupt, salvage failed"));
}
string warningString;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: please use std::string. We'd like to get rid of the global using namespaces at some point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay. Updated. There are multiple string instantiations without the std:: namespace within init.cpp. I don't touch these (as well as the one i code-moved) for now.

@jonasschnelli jonasschnelli force-pushed the 2015/02/wallet_refactoring branch from 4d64d99 to 2578975 Compare March 18, 2015 13:12
laanwj added a commit that referenced this pull request Mar 20, 2015
…cpp to wallet.cpp

2bb1c87 refactor: move bdb (bitdb) interaction from init.cpp to wallet.cpp (Jonas Schnelli)
@laanwj
Copy link
Member

laanwj commented Mar 20, 2015

Merged via 2bb1c87 (trivial header conflict fixed)

@laanwj laanwj closed this Mar 20, 2015
Warrows added a commit to Warrows/PIVX that referenced this pull request Oct 14, 2019
Warrows added a commit to Warrows/PIVX that referenced this pull request Nov 23, 2019
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants