Skip to content

Commit

Permalink
Remove outdated comment about adding potPubkeys (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatriceVignola authored Feb 1, 2023
1 parent a9a9d70 commit ee67b95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ static std::shared_ptr<restbed::Resource> make_signing_resource(
resource->set_method_handler(
"GET", [port, &pot_pubkey_messages](
const std::shared_ptr<restbed::Session>& session) {
// TODO (PatriceVignola): Fill the potPubkeys fields
// https://github.com/ethereum/kzg-ceremony-specs/blob/af0f7f39dc4096c8446dab1f6e7d2d5657663997/docs/cryptography/contributionSigning.md
auto signing_objects_json = R"(
{
"types": {
Expand Down

0 comments on commit ee67b95

Please sign in to comment.