Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Bair <rbair23@users.noreply.github.com>
  • Loading branch information
rbair23 committed Aug 12, 2023
1 parent f43f064 commit 3fdda96
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -221,8 +221,7 @@ private void handlePlatformTransaction(
}

// Setup context
final var stack = new SavepointStackImpl(state, configuration);
final var verifier = new BaseHandleContextVerifier(hederaConfig, preHandleResult.verificationResults());
final var stack = new SavepointStackImpl(state);
final var context = new HandleContextImpl(
transactionInfo,
preHandleResult.payer(),
Expand Down

0 comments on commit 3fdda96

Please sign in to comment.