From 85cf950fcad1a69be9dbb1ad6050bc8ed727410b Mon Sep 17 00:00:00 2001 From: Arionum Date: Fri, 1 Jun 2018 18:18:00 +0300 Subject: [PATCH] bugfix send --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index 94a7429..2db89b1 100755 --- a/api.php +++ b/api.php @@ -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"){ /**