accept block

This commit is contained in:
Ario
2019-09-18 18:25:33 +02:00
parent 1a30d8e915
commit 1d0378ffef

View File

@@ -162,7 +162,7 @@ if ($q == "peer") {
// if sanity sync, refuse all
if ($_config['sanity_sync'] == 1) {
_log('['.$ip."] Block rejected due to sanity sync");
api_err("sanity-sync");
//api_err("sanity-sync");
}
$data['id'] = san($data['id']);
$current = $block->current();