internal transaction

This commit is contained in:
Arionum
2018-08-10 22:19:22 +03:00
parent fbc48921f3
commit c5002508d6

View File

@@ -85,7 +85,7 @@ class Transaction
} }
// add the transactions to mempool // add the transactions to mempool
if ($x['version'] > 0 && $x['version']<=1000) { if ($x['version'] > 0 && $x['version']<=110) {
$this->add_mempool($x); $this->add_mempool($x);
} }
$res = $db->run("DELETE FROM transactions WHERE id=:id", [":id" => $x['id']]); $res = $db->run("DELETE FROM transactions WHERE id=:id", [":id" => $x['id']]);