From aaf2a107a99ea73b57fe98086444878ab02cb667 Mon Sep 17 00:00:00 2001 From: zorba80 <35532164+zorba80@users.noreply.github.com> Date: Tue, 15 May 2018 18:58:57 -0400 Subject: [PATCH] Added missing comma to eosio.system.abi --- contracts/eosio.system/eosio.system.abi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eosio.system/eosio.system.abi b/contracts/eosio.system/eosio.system.abi index b133e310c..173c546b9 100644 --- a/contracts/eosio.system/eosio.system.abi +++ b/contracts/eosio.system/eosio.system.abi @@ -129,7 +129,7 @@ {"name":"pervote_bucket", "type":"int64"}, {"name":"perblock_bucket", "type":"int64"}, {"name":"savings", "type":"int64"}, - {"name":"total_unpaid_blocks", "type":"uint32"} + {"name":"total_unpaid_blocks", "type":"uint32"}, {"name":"total_activated_stake", "type":"int64"}, {"name":"last_producer_schedule_id", "type":"checksum160"}, {"name":"total_producer_vote_weight", "type":"float64"} -- GitLab