From 6f00d8cd46abe18cf941324173dc58b93e7f9b01 Mon Sep 17 00:00:00 2001 From: Peter Siemens Date: Tue, 8 Dec 2020 22:09:21 -0800 Subject: [PATCH] Pass scriptsEnabled argument to RPC engine --- cmd/execution/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/execution/main.go b/cmd/execution/main.go index 9160e976e93..c692d5aa345 100644 --- a/cmd/execution/main.go +++ b/cmd/execution/main.go @@ -376,6 +376,7 @@ func main() { results, txResults, node.RootChainID, + scriptsEnabled, ) return rpcEng, nil }).Run()