Skip to content

Commit

Permalink
explorer show tx status
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Aug 30, 2018
1 parent 0ccb544 commit 3f53df4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shackleton/src/WebServer.java
Expand Up @@ -327,6 +327,7 @@ private void displayTransaction(PrintStream out, Transaction tx)
out.println("Found transaction");
TransactionUtil.prettyDisplayTx(tx, out, shackleton.getParams());
out.println("");
out.println("Transaction status:");

try
{
Expand Down

0 comments on commit 3f53df4

Please sign in to comment.