Skip to content

Commit

Permalink
Merge pull request #89 from clearmatics/v0.5-final-fixes
Browse files Browse the repository at this point in the history
final changes for v0.5
  • Loading branch information
AntoineRondelet authored Nov 4, 2021
2 parents 67560f6 + 414bea8 commit c5a16fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggregator_server/aggregator_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static void load_keypair(
keypair_file.c_str(), std::ios_base::in | std::ios_base::binary);
in.exceptions(
std::ios_base::eofbit | std::ios_base::badbit | std::ios_base::failbit);
return wsnark::keypair_read_bytes(keypair, in);
wsnark::keypair_read_bytes(keypair, in);
}

static void write_keypair(
Expand Down

0 comments on commit c5a16fd

Please sign in to comment.