delete stuck transactions from mempool
This commit is contained in:
2
peer.php
2
peer.php
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user