Skip to content

Commit

Permalink
Merge pull request #52 from DIG-Network/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
MichaelTaylor3D authored Oct 8, 2024
2 parents e1fdd8c + 022d796 commit 0610be4
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 8 deletions.
50 changes: 44 additions & 6 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
Expand Up @@ -24,7 +24,7 @@
"LICENSE"
],
"dependencies": {
"@dignetwork/dig-sdk": "^0.0.1-alpha.161",
"@dignetwork/dig-sdk": "^0.0.1-alpha.165",
"async-mutex": "^0.5.0",
"datalayer-driver": "^0.1.21",
"express": "^4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/payouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const runIncentiveProgram = async (
},
(result) => {
// The callback processes the result
console.log(`Callback for peer ${peerIp}, result: ${result}`);
// console.log(`Callback for peer ${peerIp}, result: ${result}`);
}
);
})
Expand Down

0 comments on commit 0610be4

Please sign in to comment.