Skip to content

Commit d1e2937

Browse files
committed
release
1 parent f32424d commit d1e2937

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Tron.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -661,13 +661,7 @@ public function sendTransaction(string $to, float $amount, string $message= null
661661
$signedTransaction = $this->signTransaction($transaction, $message);
662662
}
663663

664-
echo '<pre>';
665-
print_r($signedTransaction);
666-
echo '</pre>';
667-
668-
exit;
669664
$response = $this->sendRawTransaction($signedTransaction);
670-
671665
return array_merge($response, $signedTransaction);
672666
}
673667

0 commit comments

Comments
 (0)