mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
[bugfix] save feeDelta instead of priorityDelta in DumpMempool
This commit is contained in:
parent
82274c02ed
commit
bd92f2481c
@ -4202,7 +4202,7 @@ void DumpMempool(void)
|
||||
{
|
||||
LOCK(mempool.cs);
|
||||
for (const auto &i : mempool.mapDeltas) {
|
||||
mapDeltas[i.first] = i.second.first;
|
||||
mapDeltas[i.first] = i.second.second;
|
||||
}
|
||||
vinfo = mempool.infoAll();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user