1
0
Fork 0
forked from lthn/blockchain

memory pool finally fixed

This commit is contained in:
sowle 2019-03-18 13:39:27 +03:00
parent 5026339b9c
commit 72f304d508

View file

@ -1059,6 +1059,7 @@ namespace currency
txs.resize(i + 1);
txs[i] = &txs_v[i];
++i;
}
std::sort(txs.begin(), txs.end(), [](txv *a, txv *b) -> bool {