Skip to content

Commit

Permalink
Merge pull request #39 from DIG-Network/release/v0.0.1-alpha.44
Browse files Browse the repository at this point in the history
Release/v0.0.1 alpha.44
  • Loading branch information
MichaelTaylor3D authored Sep 30, 2024
2 parents 345d930 + 4d43bfd commit ae30b1a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.44](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.43...v0.0.1-alpha.44) (2024-09-30)


### Features

* turn on hinted spends ([f65c225](https://github.com/DIG-Network/dig-incentive-server/commit/f65c225f5178cb9d930c54b69110665030a06ee6))

### [0.0.1-alpha.43](https://github.com/DIG-Network/dig-incentive-server/compare/v0.0.1-alpha.42...v0.0.1-alpha.43) (2024-09-30)


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": "dig-incentive-server",
"version": "0.0.1-alpha.43",
"version": "0.0.1-alpha.44",
"description": "",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down
3 changes: 1 addition & 2 deletions src/tasks/payouts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ const runIncentiveProgram = async (
)}`
);
// For the alpha program we are going to forgo the hint and just use the message so people can see it in their chia wallet
//const memo = [paymentHint, message];
const memos = [message];
const memos = [paymentHint, message];

console.log(
`Sending equal bulk payments to ${paymentAddresses.length} valid peers...`
Expand Down

0 comments on commit ae30b1a

Please sign in to comment.