updated to monero release-v013 branch

use_xmregcore
moneroexamples 5 years ago
parent 5178c1719f
commit 42be423a4e

@ -1249,7 +1249,7 @@ void
MicroCoreAdapter::get_output_key(uint64_t amount,
vector<uint64_t> const& absolute_offsets,
vector<cryptonote::output_data_t>& outputs)
const
/*const */
{
cbs->get_output_keys(amount, absolute_offsets, outputs);
}

@ -375,7 +375,7 @@ public:
get_output_key(uint64_t amount,
vector<uint64_t> const& absolute_offsets,
vector<cryptonote::output_data_t>& outputs)
const override;
/*const*/ override;
virtual void
get_output_tx_and_index(

@ -1 +1 @@
Subproject commit 9b050883c60f79a8465a2a711993c61531b2cfe8
Subproject commit 1290af5d8b8cd71bc221bf908ee9feb8d2b4d2c4

@ -78,12 +78,12 @@ public:
bool(crypto::hash const& tx_hash,
transaction& tx));
MOCK_CONST_METHOD3(get_output_key,
MOCK_METHOD3(get_output_key,
void(uint64_t amount,
vector<uint64_t> const& absolute_offsets,
vector<output_data_t>& outputs));
MOCK_CONST_METHOD2(get_output_key,
MOCK_METHOD2(get_output_key,
output_data_t(uint64_t amount,
uint64_t global_amount_index));

Loading…
Cancel
Save