chores: change log to waku:rln namespace

This commit is contained in:
fryorcraken.eth 2022-10-10 07:24:09 -05:00
parent 822b6240b6
commit ebf147969d
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -10,7 +10,7 @@ import {
import { RlnMessage, toRLNSignal } from "./message.js";
import { MembershipKey, RLNInstance } from "./rln.js";
const log = debug("waku:message:rln-encoder");
const log = debug("waku:rln:encoder");
export class RLNEncoder implements Encoder {
public contentTopic: string;