Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NUD ₦ ] New Universal Dollar | Bcrypt | 0% Pre-mine | First Anonymous
by
darkip
on 05/06/2014, 23:27:05 UTC
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));
^
|