rename to insecureRandomUUID

This commit is contained in:
softsimon
2024-07-21 23:55:28 +08:00
parent 743c7e8bfb
commit 9c2d010516
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ export function uncompressDeltaChange(delta: MempoolBlockDeltaCompressed): Mempo
};
}
export function simpleRandomUUID(): string {
export function insecureRandomUUID(): string {
const hexDigits = '0123456789abcdef';
const uuidLengths = [8, 4, 4, 4, 12];
let uuid = '';