Use clvm without (a) operator.

This commit is contained in:
Richard Kiss 2020-09-09 13:23:50 -07:00 committed by Gene Hoffman
parent 7f77ae95b9
commit 7168903ed2
2 changed files with 2 additions and 3 deletions

View File

@ -7,8 +7,8 @@ dependencies = [
"chiavdf==0.12.24", # timelord and vdf verification "chiavdf==0.12.24", # timelord and vdf verification
"chiabip158==0.16", # bip158-style wallet filters "chiabip158==0.16", # bip158-style wallet filters
"chiapos==0.12.28", # proof of space "chiapos==0.12.28", # proof of space
"clvm==0.4.1", # contract language "clvm==0.5",
"clvm-tools==0.1.4", # clvm compiler tools "clvm_tools==0.1.5",
"aiohttp==3.6.2", # HTTP server for full node rpc "aiohttp==3.6.2", # HTTP server for full node rpc
"aiosqlite@git+https://github.com/mariano54/aiosqlite.git@28cb5754deec562ac931da8fca799fb82df97a12#egg=aiosqlite", "aiosqlite@git+https://github.com/mariano54/aiosqlite.git@28cb5754deec562ac931da8fca799fb82df97a12#egg=aiosqlite",
# asyncio wrapper for sqlite, to store blocks # asyncio wrapper for sqlite, to store blocks

View File

@ -18,7 +18,6 @@ def run_program(
program, program,
args, args,
quote_kw, quote_kw,
args_kw,
operator_lookup, operator_lookup,
max_cost, max_cost,
pre_eval_f=pre_eval_f, pre_eval_f=pre_eval_f,