mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
remove make_tx_from_json
This commit is contained in:
parent
d56f2d8c4d
commit
c8cfe9ac4a
2 changed files with 1160 additions and 1434 deletions
|
@ -137,7 +137,6 @@ MempoolStatus::read_mempool()
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
mempool_size_kB += _tx_info.blob_size;
|
mempool_size_kB += _tx_info.blob_size;
|
||||||
|
|
||||||
local_copy_of_mempool_txs.push_back(mempool_tx {tx_hash, tx});
|
local_copy_of_mempool_txs.push_back(mempool_tx {tx_hash, tx});
|
||||||
|
|
721
src/tools.cpp
721
src/tools.cpp
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue