MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / ReadAccount

Method ReadAccount

src/wallet/walletdb.cpp:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool WalletBatch::ReadAccount(const std::string& strAccount, CAccount& account)
154{
155 account.SetNull();
156 return m_batch.Read(std::make_pair(std::string("acc"), strAccount), account);
157}
158
159bool WalletBatch::WriteAccount(const std::string& strAccount, const CAccount& account)
160{

Callers 1

GetLabelDestinationMethod · 0.80

Calls 2

SetNullMethod · 0.45
ReadMethod · 0.45

Tested by

no test coverage detected