Skip to content

Commit

Permalink
Set correct address to send messages with
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Feb 19, 2024
1 parent 8123c7a commit a206c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/latest/postController.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ postController.sendMessage = async (req, res) => {
3, // mixin
{ fixedFee: 1000, isFixedFee: true }, // fee
undefined, //paymentID
undefined, // subWalletsToTakeFrom
[wallet.getAddresses()[1]], // subWalletsToTakeFrom
undefined, // changeAddress
true, // relayToNetwork
false, // sendAll
Expand Down

0 comments on commit a206c70

Please sign in to comment.