Skip to content

Commit 356099e

Browse files
author
t3ran13
committed
- clear staff
1 parent 74775eb commit 356099e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tools/Transaction.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ public static function sign($chainName, CommandQueryDataInterface $trxData, $pri
161161
while (true) {
162162
$nTries++;
163163
$msg = self::getTxMsg($chainName, $trxData);
164-
echo '<pre>' . print_r($trxData->getParams(), true) . '<pre>'; //FIXME delete it
165164

166165
try {
167166
foreach ($privateWIFs as $keyName => $privateWif) {

0 commit comments

Comments
 (0)