mirror of
https://github.com/monero-project/monero.git
synced 2025-05-02 15:36:08 -04:00
Merge pull request #5380
113e4877
blockchain_stats: fix sign in formatting function (moneromooo-monero)adaea3ea
various: remove unused variables (moneromooo-monero)631ef00e
blockchain: 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