linear sync

This commit is contained in:
Arionum
2018-04-01 16:46:38 +03:00
parent a13c7285fd
commit 148c002f93
3 changed files with 8 additions and 6 deletions

View File

@@ -188,7 +188,7 @@ elseif($q=="submitBlock"){
_log('['.$_SERVER['REMOTE_ADDR']."] block ok, repropagating - $data[height]");
// send it to all our peers
// system("php propagate.php block '$data[id]' > /dev/null 2>&1 &");
// system("php propagate.php block '$data[id]' all all linear > /dev/null 2>&1 &");
api_echo("block-ok");
}
// return the current block, used in syncing