fix: make it compile with recent monero

master
moneroexamples 6 years ago
parent c7f7719800
commit 12f5479742

@ -6576,7 +6576,8 @@ construct_tx_context(transaction tx, uint16_t with_ring_signatures = 0)
if (core_storage->get_db().tx_exists(txd.hash, tx_index)) if (core_storage->get_db().tx_exists(txd.hash, tx_index))
{ {
out_amount_indices = core_storage->get_db() out_amount_indices = core_storage->get_db()
.get_tx_amount_output_indices(tx_index); .get_tx_amount_output_indices(tx_index)
.front();
} }
else else
{ {

Loading…
Cancel
Save