mirror of
https://github.com/monero-project/monero.git
synced 2025-12-29 22:20:42 -08:00
Merge pull request #5380
113e4877blockchain_stats: fix sign in formatting function (moneromooo-monero)adaea3eavarious: remove unused variables (moneromooo-monero)631ef00eblockchain: some debug info when adding txes-from-block fails (moneromooo-monero)
This commit is contained in:
@@ -1065,8 +1065,6 @@ namespace cryptonote
|
||||
// prefix
|
||||
get_transaction_prefix_hash(t, hashes[0]);
|
||||
|
||||
transaction &tt = const_cast<transaction&>(t);
|
||||
|
||||
const blobdata blob = tx_to_blob(t);
|
||||
const unsigned int unprunable_size = t.unprunable_size;
|
||||
const unsigned int prefix_size = t.prefix_size;
|
||||
|
||||
Reference in New Issue
Block a user