-
selsta
.merge+ 4505
-
xmr-pr
Added
-
m-relay
<fiatdemise:matrix.org> 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".
-
m-relay
<ofrnxmr:monero.social> Whats in the log?
-
m-relay
<ofrnxmr:monero.social> (im on the road for the nexr 2-3hrs but will try to respond)
-
m-relay
<ofrnxmr:monero.social> In the `monero-wallet-cli.log`
-
m-relay
<fiatdemise:matrix.org> Last thing in log is refresh command. I'm going to close and try again.
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10124 preparing outputs
-
m-relay
<fiatdemise:matrix.org> 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
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10176 outputs prepared
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10208 constructing tx
-
m-relay
<fiatdemise:matrix.org> 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
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG serialization src/cryptonote_core/cryptonote_tx_utils.cpp:238 Encrypting payment id <b8464640558b82a7>
-
m-relay
<fiatdemise:matrix.org> 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
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 DEBUG wallet.wallet2 src/wallet/wallet2.cpp:10240 constructed tx, r=0
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 ERROR wallet.wallet2 src/wallet/wallet2.cpp:10241 !r. THROW EXCEPTION: error::tx_not_constructed
-
m-relay
<fiatdemise:matrix.org> 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
-
m-relay
<fiatdemise:matrix.org> 2025-09-27 15:40:20.741 75e495dfdc00 WARNING net.http src/wallet/wallet_errors.h:996 Sources:
-
m-relay
<fiatdemise:matrix.org> The transfer command I entered was this: transfer primary_address_was_here .0002 integrated_address_was_here .0002
-
m-relay
<fiatdemise:matrix.org> "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.