Skip to content

Commit

Permalink
Fix: issue EOSIO#177
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-AFN committed Jun 25, 2020
1 parent 57aa42a commit b9ff409
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins/state_history_plugin/state_history_plugin_abi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,13 @@ extern const char* const state_history_plugin_abi = R"({
{ "type": "chain_config", "name": "configuration" }
]
},
{
"name": "global_property_v1", "fields": [
{ "type": "uint32?", "name": "proposed_schedule_block_num" },
{ "type": "producer_schedule", "name": "proposed_schedule" },
{ "type": "chain_config", "name": "configuration" }
]
},
{
"name": "generated_transaction_v0", "fields": [
{ "type": "name", "name": "sender" },
Expand Down

0 comments on commit b9ff409

Please sign in to comment.