Thanks. Must be something i screwed up with porting the code.
Perhaps you could help ma to figure it out.
At a beginning of the function
BlockAssembler::addPackageTxs (in src/miner.cpp) it does:
UpdatePackagesForAdded(inBlock, mapModifiedTx);
It seems that at this point the
inBlock variable shall contain a set of transactions.
Where is this set built? I can't find that place in the source code.