Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
#8054: fix commas in ship abi
Browse files Browse the repository at this point in the history
  • Loading branch information
tbfleming committed Oct 21, 2019
1 parent cf1c2b0 commit 4e60d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/state_history_plugin/state_history_plugin_abi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ extern const char* const state_history_plugin_abi = R"({
"name": "global_property_v1", "fields": [
{ "type": "uint32?", "name": "proposed_schedule_block_num" },
{ "type": "producer_authority_schedule", "name": "proposed_schedule" },
{ "type": "chain_config", "name": "configuration" }
{ "type": "chain_config", "name": "configuration" },
{ "type": "checksum256", "name": "chain_id" }
]
},
Expand Down Expand Up @@ -531,7 +531,7 @@ extern const char* const state_history_plugin_abi = R"({
{ "name": "resource_limits_ratio", "types": ["resource_limits_ratio_v0"] },
{ "name": "elastic_limit_parameters", "types": ["elastic_limit_parameters_v0"] },
{ "name": "resource_limits_config", "types": ["resource_limits_config_v0"] },
{ "name": "block_signing_authority", "types": ["block_signing_authority_v0"] },
{ "name": "block_signing_authority", "types": ["block_signing_authority_v0"] }
],
"tables": [
{ "name": "account", "type": "account", "key_names": ["name"] },
Expand Down

0 comments on commit 4e60d17

Please sign in to comment.