Skip to content

Commit

Permalink
defid importprivkey RegTestFoundationKeys[0]
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jul 3, 2024
1 parent 79d93a2 commit ff9c550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -744,8 +744,8 @@ export class DefidBin {
binary.stderr.off('data', onData)
binary.stdout.off('data', onData)

await this.call('importprivkey', [RegTestFoundationKeys[1].owner.privKey])
await this.call('importprivkey', [RegTestFoundationKeys[1].operator.privKey])
await this.call('importprivkey', [RegTestFoundationKeys[0].owner.privKey])
await this.call('importprivkey', [RegTestFoundationKeys[0].operator.privKey])

// setgov
// generate(2)
Expand Down

0 comments on commit ff9c550

Please sign in to comment.