Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NUD ₦ ] New Universal Dollar | Bcrypt | 0% Pre-mine | First Anonymous
by
NUD
on 13/06/2014, 01:14:12 UTC
Nice.  What changes have you made?

Pretty much addressed the following
DOH

Code:
   uint256 GetPoWHash() const
    {
        uint256 thash;
        scrypt_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));
        return thash;
    }

|
v

scrypt_1024_1_1_256(BEGIN(nVersion), BEGIN(thash));
^
|

Thanks to darkip for pointing it out. Will see how it works out.

I am working on more large updates but they are rather raw at this point. I'm about a week behind on my real job, have tons of catching up to do.