mirror of
https://github.com/monero-project/monero.git
synced 2025-06-11 18:42:48 -04:00
wallet: use mutex protected random generation api
This commit is contained in:
parent
96104ff2b5
commit
5dc53c2cb0
2 changed files with 2 additions and 2 deletions
|
@ -356,7 +356,7 @@ namespace tools
|
|||
crypto::hash8 payment_id;
|
||||
if (req.payment_id.empty())
|
||||
{
|
||||
crypto::generate_random_bytes(8, payment_id.data);
|
||||
payment_id = crypto::rand<crypto::hash8>();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue