Skip to content

Commit

Permalink
Merge pull request #217 from fioprotocol/dapixcasey-patch-1
Browse files Browse the repository at this point in the history
Add forking date to apply_context.cpp / chain_plugin
  • Loading branch information
adsorptionenthalpy authored Aug 12, 2020
2 parents 0a31c9a + a042c9b commit 0b30e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/chain/apply_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace eosio {

void apply_context::exec_one() {
auto start = fc::time_point::now();
int32_t HF1_BLOCK_TIME = 1596729600; //Aug 6 2020 10am MST 4pm UTC, test net forking deadline
int32_t HF1_BLOCK_TIME = 1600876800; //Wed Sep 23 16:00:00 UTC 2020

action_receipt r;
r.receiver = receiver;
Expand Down
2 changes: 1 addition & 1 deletion plugins/chain_plugin/chain_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5507,7 +5507,7 @@ if( options.count(name) ) { \
read_only::serialize_json(const read_only::serialize_json_params &params) const try {
serialize_json_result result;

const int32_t HF1_BLOCK_TIME = 1596729600; //Aug 6 2020 10am MST 4pm UTC, test net forking deadline
const int32_t HF1_BLOCK_TIME = 1600876800; //Wed Sep 23 16:00:00 UTC 2020
string actionname;

action_name nm = params.action;
Expand Down

0 comments on commit 0b30e12

Please sign in to comment.