bugfix send

This commit is contained in:
Arionum
2018-06-01 18:18:00 +03:00
parent e1d52c0e31
commit 85cf950fca

View File

@@ -467,7 +467,7 @@ elseif($q=="getTransactions"){
$trx->add_mempool($transaction, "local");
system("php propagate.php transaction $hash &>/dev/null &");
system("php propagate.php transaction $hash > /dev/null 2>&1 &");
api_echo($hash);
} elseif($q=="mempoolSize"){
/**