mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
wallet2: fix double header in unsigned transfer file
This commit is contained in:
parent
9226acca4b
commit
2a19697bd4
@ -4882,7 +4882,7 @@ bool wallet2::sign_tx(unsigned_tx_set &exported_txs, const std::string &signed_f
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!epee::file_io_utils::save_string_to_file(signed_filename, std::string(SIGNED_TX_PREFIX) + ciphertext))
|
if (!epee::file_io_utils::save_string_to_file(signed_filename, ciphertext))
|
||||||
{
|
{
|
||||||
LOG_PRINT_L0("Failed to save file to " << signed_filename);
|
LOG_PRINT_L0("Failed to save file to " << signed_filename);
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user