Skip to content

Commit

Permalink
[fold] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Nov 30, 2023
1 parent c33bf7f commit 1da9ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ripple/protocol/impl/tokens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ coefficient 9 is represented in base 2 with the coefficients 1,0,0,1. The base
the final answer, just concatenate those two independent conversions together.
The base 16 number "93" is the binary number "10010011".
The original (new reference) algorithm to convert from base 58 to a number to a
binary number used the
The original (now reference) algorithm to convert from base 58 to a binary
number used the
```
N = 0;
Expand Down

0 comments on commit 1da9ea7

Please sign in to comment.