Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 25, 2024
1 parent dca4e8e commit 53430c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions silkworm/core/execution/precompile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,8 +515,7 @@ std::optional<Bytes> point_evaluation_run(ByteView input) noexcept {
std::as_bytes(z).data(),
std::as_bytes(y).data(),
std::as_bytes(commitment).data(),
std::as_bytes(proof).data())
) {
std::as_bytes(proof).data())) {
return std::nullopt;
}

Expand Down

0 comments on commit 53430c1

Please sign in to comment.