We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 443987c commit c47cad7Copy full SHA for c47cad7
src/api.ts
@@ -1023,7 +1023,7 @@ export const methods = {
1023
.digest('hex')
1024
logEventEmitter.emit('fn_start', ticket, api_name, performance.now())
1025
/* prettier-ignore */ if (firstLineLogs) { console.log('Running eth_accounts', args) }
1026
- const result = ['0x407d73d8a49eeb85d32cf465507dd71d507100c1']
+ const result: string[] = []
1027
1028
logEventEmitter.emit('fn_end', ticket, { success: true }, performance.now())
1029
callback(null, result)
0 commit comments