Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Jan 23, 2023
1 parent fa3c931 commit cd18a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ function htmlscript( $tx )
{
$tx = $RO->getTxIdByTxKey( $r[0][1] );
$tx = wk()->getTransactionById( $tx );
$result = 'Previous script: ' . ( $tx === false ? 'ERROR' : w8io_txid( $tx['id'], $tx ) ) . PHP_EOL . PHP_EOL );
$result = 'Previous script: ' . ( $tx === false ? 'ERROR' : w8io_txid( $tx['id'], $tx ) ) . PHP_EOL . PHP_EOL;

if( empty( $tx['script'] ) )
$decompile2 = '';
Expand Down

0 comments on commit cd18a10

Please sign in to comment.