diff --git a/setup.py b/setup.py index b051feb9..a4091363 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ dependencies = [ "aiosqlite==0.11.0", # asyncio wrapper for sqlite, to store blocks "aiohttp==3.6.2", # HTTP server for full node rpc "colorlog==4.1.0", # Adds color to logs - "chiavdf==0.12.1", # timelord and vdf verification + "chiavdf==0.12.2", # timelord and vdf verification "chiabip158==0.12", # bip158-style wallet filters "chiapos==0.12.2", # proof of space "sortedcontainers==2.1.0", # For maintaining sorted mempools