Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jan 31, 2024
1 parent c998d47 commit 111b82e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordium-node/src/grpc2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2720,7 +2720,7 @@ pub mod server {
};

let energy_quota = self.dry_run_max_energy;
let dry_run = self.consensus.dry_run(energy_quota); // TODO: In principle this is not strictly necessary
let dry_run = self.consensus.dry_run(energy_quota);
let input = request.into_inner();
let timeout = self.dry_run_timeout;
let output = DryRunStream::new(dry_run, input, timeout, permit);
Expand Down

0 comments on commit 111b82e

Please sign in to comment.