From b1ada0fefde2b50ad3803625cb70f788f1cef676 Mon Sep 17 00:00:00 2001 From: ovi Date: Wed, 6 Mar 2019 16:43:39 +0200 Subject: [PATCH] update the bios boot tutorial python script to create also the eosio.rex account along the other system accounts. --- tutorials/bios-boot-tutorial/bios-boot-tutorial.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tutorials/bios-boot-tutorial/bios-boot-tutorial.py b/tutorials/bios-boot-tutorial/bios-boot-tutorial.py index 59a1590d4d6..c52a3add0ef 100755 --- a/tutorials/bios-boot-tutorial/bios-boot-tutorial.py +++ b/tutorials/bios-boot-tutorial/bios-boot-tutorial.py @@ -26,6 +26,7 @@ 'eosio.stake', 'eosio.token', 'eosio.vpay', + 'eosio.rex', ] def jsonArg(a):