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
ad31f1850a
commit
93c3013366
2 changed files with 1160 additions and 1434 deletions
|
@ -137,7 +137,6 @@ MempoolStatus::read_mempool()
|
|||
return false;
|
||||
}
|
||||
|
||||
|
||||
mempool_size_kB += _tx_info.blob_size;
|
||||
|
||||
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