mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Track the type of map in the SHAMap. This will make it easier to parse missing nodes
at ledger level.
This commit is contained in:
@@ -421,7 +421,7 @@ BOOST_AUTO_TEST_CASE( SHAMapSync_test )
|
||||
srand(seed);
|
||||
|
||||
cLog(lsTRACE) << "Constructing maps";
|
||||
SHAMap source, destination;
|
||||
SHAMap source(smtFREE), destination(smtFREE);
|
||||
|
||||
// add random data to the source map
|
||||
cLog(lsTRACE) << "Adding random data";
|
||||
|
||||
Reference in New Issue
Block a user