Skip to content

Commit

Permalink
Remove overlooked code that was commented out
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
  • Loading branch information
netopyr committed Feb 24, 2023
1 parent be9d37b commit 1dede9a
Showing 1 changed file with 0 additions and 10 deletions.
Expand Up @@ -115,16 +115,6 @@ private void givenSetupForScheduleDelete(TransactionBody txn) {
TransactionID.newBuilder().setAccountID(scheduler).build())
.setCryptoCreateAccount(CryptoCreateTransactionBody.getDefaultInstance())
.build();
// scheduledMeta = new TransactionMetadata(
// asOrdinary(txn.getScheduleCreate().getScheduledTransactionBody(), txn.getTransactionID()),
// scheduler,
// OK,
// schedulerKey,
// List.of(),
// null,
// null,
// List.of(),
// List.of());
}

private TransactionBody scheduleDeleteTransaction() {
Expand Down

0 comments on commit 1dede9a

Please sign in to comment.