From de8d1cc3f0bba0f2b033107aee8ac0bf51d6f0b2 Mon Sep 17 00:00:00 2001 From: Matt Witherspoon <32485495+spoonincode@users.noreply.github.com> Date: Sun, 17 Sep 2023 10:44:19 -0400 Subject: [PATCH] add BLS_PRIMITIVES to bios boot tutorial script --- tutorials/bios-boot-tutorial/bios-boot-tutorial.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorials/bios-boot-tutorial/bios-boot-tutorial.py b/tutorials/bios-boot-tutorial/bios-boot-tutorial.py index a343929309..faf434555f 100755 --- a/tutorials/bios-boot-tutorial/bios-boot-tutorial.py +++ b/tutorials/bios-boot-tutorial/bios-boot-tutorial.py @@ -349,6 +349,8 @@ def stepSetSystemContract(): retry(args.cleos + 'push action eosio activate \'["35c2186cc36f7bb4aeaf4487b36e57039ccf45a9136aa856a5d569ecca55ef2b"]\' -p eosio@active') # CRYPTO_PRIMITIVES retry(args.cleos + 'push action eosio activate \'["6bcb40a24e49c26d0a60513b6aeb8551d264e4717f306b81a37a5afb3b47cedc"]\' -p eosio@active') + # BLS_PRIMITIVES + retry(args.cleos + 'push action eosio activate \'["98c4175db53ed27e7911a1b5adf0e7db0fc96c2cae172cf594dfa9a742ca9e88"]\' -p eosio@active') sleep(1) # install eosio.system latest version