Skip to content

Commit f5cea27

Browse files
author
AnonO6
committed
fix:removed func call from generate.py
1 parent 6d963fe commit f5cea27

File tree

1 file changed

+0
-5
lines changed
  • src/lighthouseweb3/functions/encryptionManager

1 file changed

+0
-5
lines changed

src/lighthouseweb3/functions/encryptionManager/generate.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,3 @@ async def generate(threshold: int = 3, key_count: int = 5) -> Dict[str, Any]:
8080
"keyShards": [{"key": hex(secVec[i]), "index": hex(idVec[i])} for i in range(key_count)]
8181
}
8282
return result
83-
84-
if __name__ == "__main__":
85-
import asyncio
86-
result = asyncio.run(generate(threshold=1, key_count=1))
87-
print(result)

0 commit comments

Comments
 (0)