Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Feb 23, 2019
1 parent c2e8d16 commit 3f1a2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vanity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ VanitySearch::VanitySearch(Secp256K1 &secp,string prefix,string seed,bool comp,
// ----------------------------------------------------------------------------

double log1(double x) {
// Use taloy series to approximate log(1-x)
// Use taylor series to approximate log(1-x)
return -x - (x*x)/2.0 - (x*x*x)/3.0 - (x*x*x*x)/4.0;
}

Expand Down

0 comments on commit 3f1a2ad

Please sign in to comment.