Skip to content

Commit c9329b4

Browse files
authored
Merge pull request #13 from multiformats/feat/remove-base-1
remove base1
2 parents 0f02fa1 + 2f5779b commit c9329b4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/io/ipfs/multibase/Multibase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ public class Multibase {
77

88
public enum Base {
99
// encoding(code)
10-
Base1('1'), // unary tends to be 11111
1110
Base2('0'), // binary has 1 and 0
1211
Base8('7'), // highest char in octal
1312
Base10('9'), // highest char in decimal

0 commit comments

Comments
 (0)