Skip to content

Commit

Permalink
Search by block number as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fireduck64 committed Jun 25, 2018
1 parent 6cd6848 commit 2ebd317
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shackleton/src/WebServer.java
Expand Up @@ -73,6 +73,7 @@ public void innerHandle(HttpExchange t, PrintStream out)
if (block_num >= 0)
{
displayBlockByNumber(out, block_num);
return;
}
}
catch(Throwable e){}
Expand Down

0 comments on commit 2ebd317

Please sign in to comment.