MCPcopy Create free account
hub / github.com/ElementsProject/elements / WritePAKList

Method WritePAKList

src/txdb.cpp:329–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329bool CBlockTreeDB::WritePAKList(const std::vector<std::vector<unsigned char> >& offline_list, const std::vector<std::vector<unsigned char> >& online_list, bool reject)
330{
331 return Write(std::make_pair(DB_PAK, uint256S("1")), offline_list) && Write(std::make_pair(DB_PAK, uint256S("2")), online_list) && Write(std::make_pair(DB_PAK, uint256S("3")), reject);
332}
333
334const CBlockIndex *CBlockTreeDB::RegenerateFullIndex(const CBlockIndex *pindexTrimmed, CBlockIndex *pindexNew) const
335{

Callers

nothing calls this directly

Calls 1

uint256SFunction · 0.85

Tested by

no test coverage detected