Skip to content

Commit

Permalink
update .gitignore to remove package-lock.json from the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rober12 committed May 20, 2024
1 parent 5c223e5 commit 7e22244
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build/Release
# Dependency directories
node_modules/
jspm_packages/
package-lock.json

# TypeScript v1 declaration files
typings/
Expand Down
1 change: 0 additions & 1 deletion exampleFirstEntity/1.createEntityAlastriaID.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function preparedAlastriaId() {

function createAlastriaId() {
const entity1PubKeyHash = `${web3.utils.sha3(configData.entity1Pubk.substr(2))}`
console.log("PUBLIC KEY HASH", entity1PubKeyHash)
const txCreateAlastriaID = transactionFactory.identityManager.createAlastriaIdentityHash(
web3,
entity1PubKeyHash
Expand Down

0 comments on commit 7e22244

Please sign in to comment.