Is your crash reproducible?
I couldn’t reproduce it. After successfully finishing the original transaction using the “–manual” switch, I did another test transaction the same way as the failed one, and this time it worked.
Does your grin-wallet.log (probably residing in ~/.grin/main/ ) show anything of interest?
I don’t think so. This is the log of the failed command:
20210522 13:55:17.142 INFO grin_util::logger - log4rs is initialized, file level: Info, stdout level: Warn, min. level: Info
20210522 13:55:17.142 INFO grin_wallet - Using wallet configuration file at /home/jan/.grin/main/grin-wallet.toml
20210522 13:55:17.142 INFO grin_wallet - This is Grin Wallet version 5.0.3 (git v5.0.3), built for x86_64-unknown-linux-gnu by rustc 1.49.0 (e1884a8e3 2020-12-29).
20210522 13:56:24.936 WARN grin_wallet_api::owner - Attempting to send transaction via TOR
20210522 13:56:24.936 INFO grin_wallet_impls::adapters::http - Starting TOR Process for send at Some(127.0.0.1:59050)
And this is the log of the successful command (for the test transaction trying to reproduce the crash):
20210522 18:14:52.135 INFO grin_util::logger - log4rs is initialized, file level: Info, stdout level: Warn, min. level: Info
20210522 18:14:52.135 INFO grin_wallet - Using wallet configuration file at /home/jan/.grin/main/grin-wallet.toml
20210522 18:14:52.135 INFO grin_wallet - This is Grin Wallet version 5.0.3 (git v5.0.3), built for x86_64-unknown-linux-gnu by rustc 1.49.0 (e1884a8e3 2020-12-29).
20210522 18:14:54.916 WARN grin_wallet_api::owner - Attempting to send transaction via TOR
20210522 18:14:54.916 INFO grin_wallet_impls::adapters::http - Starting TOR Process for send at Some(127.0.0.1:59050)
20210522 18:15:22.632 WARN grin_wallet_api::owner - Unable to send transaction via TOR