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
c7f7719800
commit
12f5479742
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))
|
||||
{
|
||||
out_amount_indices = core_storage->get_db()
|
||||
.get_tx_amount_output_indices(tx_index);
|
||||
.get_tx_amount_output_indices(tx_index)
|
||||
.front();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue