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

Commit

Permalink
forgot to rename preactivate to activate in testnet.template
Browse files Browse the repository at this point in the history
  • Loading branch information
arhag committed Apr 17, 2019
1 parent aa978cf commit 37df54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testnet.template
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ ecmd set contract eosio $bioscontractpath eosio.bios.wasm eosio.bios.abi
# Preactivate all digests
for digest in $FEATURE_DIGESTS;
do
ecmd push action eosio preactivate "{\"feature_digest\":\"$digest\"}" -p eosio
ecmd push action eosio activate "{\"feature_digest\":\"$digest\"}" -p eosio
done

# Create required system accounts
Expand Down

0 comments on commit 37df54e

Please sign in to comment.