mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: make it compile with recent monero
This commit is contained in:
parent
aabf60db48
commit
999eeb597c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue