未验证 提交 ae7459db 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge branch 'master' into send-deferred-replace-parameter

......@@ -58,7 +58,7 @@ namespace eosio { namespace chain {
FC_REFLECT(eosio::chain::block_header,
(timestamp)(producer)(confirmed)(previous)
(transaction_mroot)(action_mroot)
(producer)(schedule_version)(new_producers)(header_extensions))
(schedule_version)(new_producers)(header_extensions))
FC_REFLECT_DERIVED(eosio::chain::signed_block_header, (eosio::chain::block_header), (producer_signature))
FC_REFLECT(eosio::chain::header_confirmation, (block_id)(producer)(producer_signature) )
......@@ -82,14 +82,14 @@
if [ "${COUNT}" -gt 1 ]; then
printf "\\n\\tThe following dependencies are required to install EOSIO.\\n"
printf "\\n\\t%s\\n\\n" "${DISPLAY}"
printf "\\n\\t${DISPLAY}\\n\\n"
printf "\\tDo you wish to install these packages?\\n"
select yn in "Yes" "No"; do
case $yn in
[Yy]* )
printf "\\n\\n\\tInstalling dependencies\\n\\n"
sudo apt-get update
if ! sudo apt-get -y install "${DEP}"
if ! sudo apt-get -y install ${DEP}
then
printf "\\n\\tDPKG dependency failed.\\n"
printf "\\n\\tExiting now.\\n"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册