diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:03:31 -0500 |
| commit | ce5800a22539e3d5811edfdf4cdd07e1fbc62cef (patch) | |
| tree | c4a46216b6b206fcee185d13ed6c6f344ae990b7 /src/cryptonote_core/blockchain.cpp | |
| parent | 33004ded629dfa309ff43adcd6a93f6f2b9dfcbd (diff) | |
| parent | 85db1734e7dd456c1edb095a2c829527262b96c7 (diff) | |
| download | monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.gz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.tar.xz monzero-core-ce5800a22539e3d5811edfdf4cdd07e1fbc62cef.zip | |
Merge pull request #7346
85db173 Remove unused variables in monero codebase (Kevin Barbour)
Diffstat (limited to 'src/cryptonote_core/blockchain.cpp')
| -rw-r--r-- | src/cryptonote_core/blockchain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/blockchain.cpp b/src/cryptonote_core/blockchain.cpp index 8ec624254..a66567239 100644 --- a/src/cryptonote_core/blockchain.cpp +++ b/src/cryptonote_core/blockchain.cpp @@ -3438,7 +3438,6 @@ bool Blockchain::check_tx_inputs(transaction& tx, tx_verification_context &tvc, bool failed = false; for (size_t i = 0; i < tx.vin.size(); i++) { - const txin_to_key& in_to_key = boost::get<txin_to_key>(tx.vin[i]); if(!failed && !results[i]) failed = true; } |
