Skip to content

Commit

Permalink
Last line
Browse files Browse the repository at this point in the history
  • Loading branch information
Navid200 committed Jan 4, 2024
1 parent 9fcb0d2 commit cfbf09c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,4 @@ public static String getLastTwoCharacters(final String txid) {
if (txid == null) return "NULL";
return txid.length() > 3 ? txid.substring(txid.length() - 2) : "ERR-" + txid;
}
}
}

0 comments on commit cfbf09c

Please sign in to comment.