hf-resistance

This commit is contained in:
Arionum
2018-02-05 04:11:33 +02:00
parent 50ed36734d
commit 6bf3ded17e
8 changed files with 37 additions and 16 deletions

View File

@@ -69,6 +69,12 @@ elseif($q=="ping"){
elseif($q=="submitTransaction"){
$current=$block->current();
if($current['height']>10790&&$current['height']<10810) api_err("Hard fork in progress. Please retry the transaction later!");
if($_config['sanity_sync']==1) api_err("sanity-sync");
$data['id']=san($data['id']);