mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-05 23:53:07 +00:00
chore: rename exported file to keystore.json
This commit is contained in:
parent
30eefaddc5
commit
7622d02fe9
@ -172,7 +172,7 @@ export function KeystoreProvider({ children }: { children: ReactNode }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If password is verified, export the entire keystore
|
// If password is verified, export the entire keystore
|
||||||
const filename = 'waku-rln-keystore.json';
|
const filename = 'keystore.json';
|
||||||
const blob = new Blob([keystore.toString()], { type: 'application/json' });
|
const blob = new Blob([keystore.toString()], { type: 'application/json' });
|
||||||
|
|
||||||
const url = URL.createObjectURL(blob);
|
const url = URL.createObjectURL(blob);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user