Update files to use class constructor parentheses

This commit is contained in:
pxgamer
2018-05-29 15:50:30 +01:00
parent c6393d7e8d
commit 2f4e95f22d
8 changed files with 201 additions and 130 deletions

View File

@@ -152,7 +152,7 @@ if ($type == "block") {
}
// broadcast a transaction to some peers
if ($type == "transaction") {
$trx = new Transaction;
$trx = new Transaction();
// get the transaction data
$data = $trx->export($id);