delete stuck transactions from mempool

This commit is contained in:
Arionum
2018-04-01 17:29:00 +03:00
parent 148c002f93
commit a5ec44dd6d
3 changed files with 8 additions and 2 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]' all all linear > /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