fix: use inner created_at timestamp nip17
This commit is contained in:
@ -44,7 +44,7 @@ export function unixNowMs() {
|
||||
}
|
||||
|
||||
export function jitter(n: number) {
|
||||
return n * 2 * Math.random() - n;
|
||||
return n * Math.random();
|
||||
}
|
||||
|
||||
export function deepClone<T>(obj: T) {
|
||||
|
Reference in New Issue
Block a user