mirror of
https://github.com/monero-project/monero.git
synced 2025-11-26 11:26:29 -05: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:
commit
915d9e5a1f
3 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue