Skip to content

Commit

Permalink
remove unsed code
Browse files Browse the repository at this point in the history
  • Loading branch information
shydesky committed Oct 17, 2019
1 parent 9926f9b commit 9df117f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ public static byte[] getOwner(Transaction.Contract contract) {
}
// todo add other contract
default: {
long start = System.currentTimeMillis();
Class<? extends GeneratedMessageV3> clazz = TransactionFactory
.getContract(contract.getType());
if (clazz == null) {
Expand Down

0 comments on commit 9df117f

Please sign in to comment.