refactor: more appropriate name

This commit is contained in:
fryorcraken.eth 2022-09-28 12:54:04 +10:00
parent 964df013ea
commit 84803d77e5
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import {
MessageV0,
} from "js-waku/lib/waku_message/version_0";
import { RLNDecoder, RLNEncoder } from "./encoder.js";
import { RLNDecoder, RLNEncoder } from "./codec.js";
import * as rln from "./index.js";

View File

@ -1,4 +1,4 @@
import { RLNDecoder, RLNEncoder } from "./encoder.js";
import { RLNDecoder, RLNEncoder } from "./codec.js";
import type { Proof, RLNInstance } from "./rln.js";
import { MembershipKey } from "./rln.js";