Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
43146064
Topic
4388936
Board
Announcements (Altcoins)
Re: ✅* Citadel - A CryptoNote-Based Anonymous Digital Services & E-Commerce Platform
by
Litejavichu
on
30/07/2018, 11:22:09 UTC
Hello again. Reviewing the code, I have seen an inconsistency in the system of legacy wallet deposits
src/WalletLegacy/WalletLegacy.cpp line 79
return sum + deposit.amount + currency.calculateInterest(deposit.amount, deposit.term,
4294967294ULL
);
4294967294ULL it seems an error in the X64 libraries.
I have searched a bit about nomenclature:
https://www.novell.com/support/kb/doc.php?id=7005060
https://ubuntuforums.org/archive/index.php/t-1598588.html
https://books.google.es/books?id=4QYcBgAAQBAJ&pg=PT54&lpg=PT54&dq=4294967294+ull+functions&source=bl&ots=YOVLWgB0d9&sig=i14BMDxjPq1RzzyJpONcUab0uII&hl=es&sa=X&ved=2ahUKEwjWwNLfzsbcAhWQmbQKHZJwCHYQ6AEwAXoECAEQAQ#v=onepage&q=4294967294%20ull%20functions&f=false
looking in Test folder.... \Citadel-derate\tests\UnitTests\TestWalletLegacy.cpp ....It seems that there is correct?
I have read some documentation about creating a user 4294967294ULL to create private connection with server .... I do not want to poison my brain ...