mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: ringsize to big by 1
This commit is contained in:
parent
7ee6ed1f4e
commit
e45a307aa2
1 changed files with 1 additions and 1 deletions
|
@ -878,7 +878,7 @@ namespace xmreg
|
||||||
{"no_inputs" , mempool_tx.no_inputs},
|
{"no_inputs" , mempool_tx.no_inputs},
|
||||||
{"no_outputs" , mempool_tx.no_outputs},
|
{"no_outputs" , mempool_tx.no_outputs},
|
||||||
{"no_nonrct_inputs", mempool_tx.num_nonrct_inputs},
|
{"no_nonrct_inputs", mempool_tx.num_nonrct_inputs},
|
||||||
{"mixin" , mempool_tx.mixin_no + 1},
|
{"mixin" , mempool_tx.mixin_no},
|
||||||
{"txsize" , mempool_tx.txsize}
|
{"txsize" , mempool_tx.txsize}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue