forked from lthn/blockchain
memory pool finally fixed
This commit is contained in:
parent
5026339b9c
commit
72f304d508
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue