Skip to content

Commit

Permalink
Update miner.c
Browse files Browse the repository at this point in the history
  • Loading branch information
vfcash committed Aug 6, 2019
1 parent 4e1cd5a commit 0c6b62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ int main()
char bpriv[256];
memset(bpriv, 0, sizeof(bpriv));
size_t len = 256;
b58enc(bpriv, &len, priv, ECC_BYTES+1);
b58enc(bpriv, &len, priv, ECC_BYTES);

const double fr = toDB(r);
printf("Private Key: %s (%.3f)\n\n", bpriv, fr);
Expand Down

0 comments on commit 0c6b62e

Please sign in to comment.