mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-31 13:47:02 +02:00
Transaction update
This commit is contained in:
parent
7545d61a25
commit
82647b2e25
@ -6,7 +6,6 @@ export interface TransactionUserParams {
|
||||
value: number;
|
||||
}
|
||||
|
||||
// Generate a numeric transaction ID based on timestamp + random component
|
||||
function generateNumericTransactionId(): number {
|
||||
const timestamp = Date.now();
|
||||
const random = Math.floor(Math.random() * 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user