|
@@ -21,7 +21,7 @@ function writeOutput(api: Api, miniSecret: string) {
|
|
const outputFilename = 'output.json'
|
|
const outputFilename = 'output.json'
|
|
console.error('Writing generated account to', outputFilename)
|
|
console.error('Writing generated account to', outputFilename)
|
|
// account to key ids
|
|
// account to key ids
|
|
- const accounts = api.getAllgeneratedAccounts()
|
|
|
|
|
|
+ const accounts = api.getAllGeneratedAccounts()
|
|
|
|
|
|
// first and last key id used to generate keys in this scenario
|
|
// first and last key id used to generate keys in this scenario
|
|
const keyIds = api.keyGenInfo()
|
|
const keyIds = api.keyGenInfo()
|