Skip to content

Commit 8579de2

Browse files
authored
refactor: remove unused requestEonKey function from shutter helper (#549)
1 parent 6c6fa4f commit 8579de2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/helpers/shutter.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ export async function getDecryptionKey(proposal: string, url: string = SHUTTER_U
6363
return result;
6464
}
6565

66-
export async function requestEonKey(url: string = SHUTTER_URL) {
67-
return await rpcRequest('request_eon_key', null, url);
68-
}
6966

7067
async function setEonPubkey(params) {
7168
log.info(`[shutter] set eon pubkey ${JSON.stringify(params)}`);

0 commit comments

Comments
 (0)