Skip to content

Commit

Permalink
Fixes identity fixture index
Browse files Browse the repository at this point in the history
  • Loading branch information
markin-io committed Feb 20, 2022
1 parent 7d5c276 commit 3f8c683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const getIdentityFixture = require('@dashevo/dpp/lib/test/fixtures/getIdentityFi

export function createIdentityFixtureInAccount(account) {
const identityFixture = getIdentityFixture();
const identityFixtureIndex = 10000;
const identityFixtureIndex = 0;
const { privateKey: identityPrivateKey } = account.identities.getIdentityHDKeyByIndex(identityFixtureIndex, 0);

identityFixture.publicKeys[0] = new IdentityPublicKey({
Expand Down

0 comments on commit 3f8c683

Please sign in to comment.