mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
core_tests: remove unused typedef, fix warning
This commit is contained in:
parent
82149bfe44
commit
573a0255a8
@ -72,7 +72,6 @@ bool test_transaction_generation_and_ring_signature()
|
|||||||
construct_miner_tx(0, 0, 0, 0, 0, miner_acc6.get_keys().m_account_address, tx_mine_6);
|
construct_miner_tx(0, 0, 0, 0, 0, miner_acc6.get_keys().m_account_address, tx_mine_6);
|
||||||
|
|
||||||
//fill inputs entry
|
//fill inputs entry
|
||||||
typedef tx_source_entry::output_entry tx_output_entry;
|
|
||||||
std::vector<tx_source_entry> sources;
|
std::vector<tx_source_entry> sources;
|
||||||
sources.resize(sources.size()+1);
|
sources.resize(sources.size()+1);
|
||||||
tx_source_entry& src = sources.back();
|
tx_source_entry& src = sources.back();
|
||||||
|
Loading…
Reference in New Issue
Block a user