hf recovery

This commit is contained in:
admin@arionum.com
2018-12-25 22:44:29 +02:00
parent 6252d4e3fe
commit f564e7efa1
5 changed files with 110 additions and 4 deletions

View File

@@ -145,7 +145,7 @@ if ($q == "peer") {
if ($balance - $memspent < $val + $fee) {
api_err("Not enough funds (mempool)");
}
// add to mempool
$trx->add_mempool($data, $ip);