From 0fd6fe8e7c11867e6f2cb80fc8cc6ea118f47c59 Mon Sep 17 00:00:00 2001 From: Khaled Al-Hassanieh Date: Fri, 1 Jun 2018 14:51:49 -0400 Subject: [PATCH] Fix issue #3740 --- 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 0165bdb50..de5389ac4 100644 --- a/contracts/eosio.system/eosio.system.abi +++ b/contracts/eosio.system/eosio.system.abi @@ -249,7 +249,7 @@ {"name":"max_ram_size", "type":"uint64"}, {"name":"total_ram_bytes_reserved", "type":"uint64"}, {"name":"total_ram_stake", "type":"int64"}, - {"name":"last_producer_schedule_update", "type":"time_point_sec"}, + {"name":"last_producer_schedule_update", "type":"block_timestamp_type"}, {"name":"last_pervote_bucket_fill", "type":"uint64"}, {"name":"pervote_bucket", "type":"int64"}, {"name":"perblock_bucket", "type":"int64"}, -- GitLab