chore(rln-relay): rename keystore application to `waku-rln-relay`

This commit is contained in:
Richard Ramos 2023-08-23 12:10:23 -04:00 committed by richΛrd
parent bc06867cc9
commit 8cc92dfdef
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import (
)
var RLNAppInfo = keystore.AppInfo{
Application: "nwaku-rln-relay",
Application: "waku-rln-relay",
AppIdentifier: "01234567890abcdef",
Version: "0.1",
}