From f56308f8279bb327062181e1703ae16224a32a7d Mon Sep 17 00:00:00 2001 From: Bill Blanke Date: Sun, 7 Jun 2020 20:43:40 -0700 Subject: [PATCH] updated chiapos --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9100e4fc1c..f25ae76196 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ dependencies = [ "colorlog==4.1.0", # Adds color to logs "chiavdf==0.12.16", # timelord and vdf verification "chiabip158==0.14", # bip158-style wallet filters - "chiapos==0.12.20", # proof of space + "chiapos==0.12.21", # proof of space "sortedcontainers==2.1.0", # For maintaining sorted mempools "websockets==8.1.0", # For use in wallet RPC and electron UI "clvm-tools==0.1.1", # clvm compiler tools