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

Method WriteAccount

src/wallet/walletdb.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool WalletBatch::WriteAccount(const std::string& strAccount, const CAccount& account)
160{
161 return WriteIC(std::make_pair(std::string("acc"), strAccount), account);
162}
163
164bool WalletBatch::EraseAccount(const std::string& strAccount)
165{

Callers 1

GetLabelDestinationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected