You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/mwo2/openmonero/src/db/../CurrentBlockchainStatus.h:6,
from /home/mwo2/openmonero/src/db/MySqlAccounts.cpp:9:
/home/mwo2/openmonero/src/db/../MicroCore.h: In member function ‘virtual std::vector<long unsigned int, std::allocator<long unsigned int> > xmreg::MicroCore::get_tx_amount_output_indices(const uint64_t&) const’:
/home/mwo2/openmonero/src/db/../MicroCore.h:135:66: error: could not convert ‘cryptonote::BlockchainDB::get_tx_amount_output_indices(((uint64_t)tx_id), 1)’ from ‘vector<std::vector<long unsigned int, std::allocator<long unsigned int> >,allocator<std::vector<long unsigned int, std::allocator<long unsigned int> >>>’ to ‘vector<long unsigned int,allocator<long unsigned int>>’
return core_storage.get_db().get_tx_amount_output_indices(tx_id);
The text was updated successfully, but these errors were encountered:
After most recent batch of monero PRs:
The text was updated successfully, but these errors were encountered: