Skip to content

Commit

Permalink
Fix the field of get_info
Browse files Browse the repository at this point in the history
  • Loading branch information
harrywong committed Jan 2, 2019
1 parent 736b8b3 commit a99f6da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ class chain_plugin : public plugin<chain_plugin> {
FC_REFLECT(evt::chain_apis::empty, );
FC_REFLECT(evt::chain_apis::read_only::get_info_results,
(server_version)(chain_id)(evt_api_version)(head_block_num)(last_irreversible_block_num)(last_irreversible_block_id)
(head_block_id)(head_block_time)(head_block_producer)(server_version));
(head_block_id)(head_block_time)(head_block_producer)(server_version_string));
FC_REFLECT(evt::chain_apis::read_only::get_block_params, (block_num_or_id));
FC_REFLECT(evt::chain_apis::read_only::get_block_header_state_params, (block_num_or_id));
FC_REFLECT(evt::chain_apis::read_only::get_transaction_params, (block_num)(id));
Expand Down

0 comments on commit a99f6da

Please sign in to comment.