Skip to content

Commit

Permalink
Merge pull request #111 from OriginTrail/fix/blockchain-module-typo
Browse files Browse the repository at this point in the history
Fixed typo in the blockchain module
  • Loading branch information
u-hubar authored Oct 24, 2023
2 parents 5de5c56 + b550ba9 commit 7340118
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/dkg.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DkgClient {

this.assertion = new AssertionOperationsManager(services);
this.asset = new AssetOperationsManager(services);
this.blockhain = new BlockchainOperationsManager(services);
this.blockchain = new BlockchainOperationsManager(services);
this.node = new NodeOperationsManager(services);
this.graph = new GraphOperationsManager(services);
this.network = new NetworkOperationsManager(services);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dkg.js",
"version": "6.0.14",
"version": "6.0.15",
"description": "Javascript library for interaction with the OriginTrail Decentralized Knowledge Graph",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7340118

Please sign in to comment.