clog(NetWarn)<<"all"<<count<<"unknown blocks requested; peer on different chain?";
clog(NetWarn)<<"all"<<count<<"unknown blocks requested; peer on different chain?";
else
else
clog(NetMessageSummary)<<n<<"blocks known and returned;"<<(min(count,c_maxBlocks)-n)<<"blocks unknown;"<<(c_maxBlocks>count?c_maxBlocks-count:0)<<"blocks ignored";
clog(NetMessageSummary)<<n<<"blocks known and returned;"<<(min(count,c_maxBlocks)-n)<<"blocks unknown;"<<(count>c_maxBlocks?count-c_maxBlocks:0)<<"blocks ignored";
/// Sync our transactions, killing those from the queue that we have and assimilating those that we don't.
/// Sync our transactions, killing those from the queue that we have and assimilating those that we don't.
/// @returns a list of receipts one for each transaction placed from the queue into the state.
/// @returns a list of receipts one for each transaction placed from the queue into the state and bool, true iff there are more transactions to be processed.
/// @a o_transactionQueueChanged boolean pointer, the value of which will be set to true if the transaction queue