chore: remove extra comment whitespace
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 49s

This commit is contained in:
en 2025-02-18 17:45:50 +01:00
parent 6f4b41d84b
commit f422ee338c

View File

@ -270,7 +270,7 @@ export const countLeadingZeroes = (hex: string) => {
/**
* Function to create a wrapped event with PoW
* @param event Original event to be wrapped (can be unsigned or verified)
* @param event Original event to be wrapped (can be unsigned or verified)
* @param receiver Public key of the receiver
* @returns
*/