mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
mask in ringct removed as not needed
This commit is contained in:
parent
98e4f45748
commit
9296210040
1 changed files with 1 additions and 1 deletions
|
@ -1178,7 +1178,7 @@ namespace xmreg {
|
|||
|
||||
std::vector<uint64_t> money_transfered(tx.vout.size(), 0);
|
||||
|
||||
std::deque<rct::key> mask(tx.vout.size());
|
||||
//std::deque<rct::key> mask(tx.vout.size());
|
||||
|
||||
uint64_t i {0};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue