Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed Nov 14, 2019
1 parent f32424d commit d1e2937
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/Tron.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,13 +661,7 @@ public function sendTransaction(string $to, float $amount, string $message= null
$signedTransaction = $this->signTransaction($transaction, $message);
}

echo '<pre>';
print_r($signedTransaction);
echo '</pre>';

exit;
$response = $this->sendRawTransaction($signedTransaction);

return array_merge($response, $signedTransaction);
}

Expand Down

0 comments on commit d1e2937

Please sign in to comment.