Skip to content

Commit

Permalink
Cosmetics: declaration grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
xearl4 committed Aug 25, 2024
1 parent dae4ce7 commit 2adebdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vdf_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ char disc[350];
char disc_size[5];
int disc_int_size;

uint8_t initial_form_s[BQFC_FORM_SIZE];

void WriteProof(uint64_t iteration, Proof& result, tcp::socket& sock) {
// Writes the number of iterations
uint8_t int_bytes[8];
Expand Down Expand Up @@ -77,8 +79,6 @@ void CreateAndWriteProofTwoWeso(integer& D, form f, uint64_t iters, TwoWesolowsk
WriteProof(iters, result, sock);
}

uint8_t initial_form_s[BQFC_FORM_SIZE];

void InitSession(tcp::socket& sock) {
boost::system::error_code error;

Expand Down

0 comments on commit 2adebdb

Please sign in to comment.