From a206c7072b36c3984c70870e662acc6ffb081ab3 Mon Sep 17 00:00:00 2001 From: n9lsjr Date: Mon, 19 Feb 2024 17:50:33 +0100 Subject: [PATCH] Set correct address to send messages with --- controllers/latest/postController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/latest/postController.js b/controllers/latest/postController.js index 18ff07b..1b1ab76 100644 --- a/controllers/latest/postController.js +++ b/controllers/latest/postController.js @@ -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