mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-02-02 09:54:29 +00:00
commit
66394b047f
@ -19,7 +19,7 @@ void InitRPCMining()
|
|||||||
{
|
{
|
||||||
// getwork/getblocktemplate mining rewards paid here:
|
// getwork/getblocktemplate mining rewards paid here:
|
||||||
salt.resize(4);
|
salt.resize(4);
|
||||||
RAND_bytes(salt.data(), sizeof(salt));
|
RAND_bytes(salt.data(), 4);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ShutdownRPCMining()
|
void ShutdownRPCMining()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user