Skip to content

Commit

Permalink
refactor(random-fxhash): update base58 handling
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Feb 6, 2024
1 parent 48918f1 commit 80412b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/random-fxhash/src/index.ts
@@ -1,5 +1,5 @@
import type { Fn0 } from "@thi.ng/api";
import { B58_CHARS_LC } from "@thi.ng/base-n/58";
import { B58_CHARS_LC } from "@thi.ng/base-n/chars/58";
import type { IRandom } from "@thi.ng/random";
import { DEFAULT_SEED_128 } from "@thi.ng/random/constants";
import { pickRandom, pickRandomKey } from "@thi.ng/random/pick-random";
Expand Down

0 comments on commit 80412b9

Please sign in to comment.