Update files to use class constructor parentheses
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user