14:07:20 .merge+ 4505 14:07:20 Added 15:33:37 Got cli v0.18.4.2, made new wallet, transferred tiny amount of funds for testing, confirmed that balance was unlocked, set log level to 2, entered transfer command to 1 primary address and 1 integrated address, got "Error: transaction was not constructed". 15:33:57 Whats in the log? 15:34:22 (im on the road for the nexr 2-3hrs but will try to respond) 15:34:50 In the `monero-wallet-cli.log` 15:37:37 Last thing in log is refresh command. I'm going to close and try again. 15:43:06 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10124 preparing outputs 15:43:07 2025-09-27 15:40:20.741 75e495dfdc00 WARNING wallet.wallet2 src/wallet/wallet2.h:2715 amount=0.010000000000, real_output=14, real_output_in_tx_index=0, indexes: 119252608 133036871 139087194 139407095 139676258 139683749 139920222 140001973 140074170 140134159 140158667 140169250 140171411 140180774 140187852 140188167 15:43:09 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10176 outputs prepared 15:43:11 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10208 constructing tx 15:43:13 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG serialization src/cryptonote_core/cryptonote_tx_utils.cpp:75 destinations include 2 standard addresses and 0 subaddresses 15:43:15 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG serialization src/cryptonote_core/cryptonote_tx_utils.cpp:238 Encrypting payment id 15:43:17 2025-09-27 15:40:20.741 75e495dfdc00 ERROR serialization src/cryptonote_core/cryptonote_tx_utils.cpp:242 Destinations have to have exactly one output to support encrypted payment ids 15:43:19 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10240 constructed tx, r=0 15:43:21 2025-09-27 15:40:20.741 75e495dfdc00 ERROR wallet.wallet2 src/wallet/wallet2.cpp:10241 !r. THROW EXCEPTION: error::tx_not_constructed 15:43:23 2025-09-27 15:40:20.741 75e495dfdc00 WARNING net.http src/wallet/wallet_errors.h:996 /home/ubuntu/build/monero/src/wallet/wallet2.cpp:10241:N5tools5error18tx_not_constructedE: transaction was not constructed 15:43:25 2025-09-27 15:40:20.741 75e495dfdc00 WARNING net.http src/wallet/wallet_errors.h:996 Sources: 15:43:45 The transfer command I entered was this: transfer primary_address_was_here .0002 integrated_address_was_here .0002 15:50:22 "Destinations have to have exactly one output to support encrypted payment ids" Looks like that's the problem. Really hope it's possible to change that.