bugfix send
This commit is contained in:
2
api.php
2
api.php
@@ -467,7 +467,7 @@ elseif($q=="getTransactions"){
|
|||||||
|
|
||||||
|
|
||||||
$trx->add_mempool($transaction, "local");
|
$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);
|
api_echo($hash);
|
||||||
} elseif($q=="mempoolSize"){
|
} elseif($q=="mempoolSize"){
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user