Skip to content

Commit

Permalink
small cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
djm34 committed Dec 6, 2018
1 parent 2a8146c commit 0ad0f03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions cuda_mtp/mtp.cu
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ printf("the job_id from mtp %s\n",work->job_id+8);
// argon2_instance_t instance;
// argon2_ctx_from_mtp(&context, &instance);


printf("Pdata1 %08x work->data[1] %08x\n", JobId,work->data[17]);
if (JobId!= work->data[17]){

if (JobId!=0)
Expand Down
2 changes: 1 addition & 1 deletion miner.h
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ struct mtp {
unsigned char MerkleRoot[16];
unsigned char mtpHashValue[32];
uint64_t nBlockMTP[MTP_L*2][128];
unsigned char nProofMTP[MTP_L *3* 353]; // largest estimate
unsigned char nProofMTP[MTP_L *3* 353];
};


Expand Down

0 comments on commit 0ad0f03

Please sign in to comment.