remove make_tx_from_json

This commit is contained in:
moneroexamples 2017-12-17 11:12:52 +08:00
parent ad31f1850a
commit 93c3013366
2 changed files with 1160 additions and 1434 deletions

View file

@ -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});

File diff suppressed because it is too large Load diff