1
0
Fork 0
forked from lthn/blockchain

Changed text in simplewallet by pecial request from @ravaga

This commit is contained in:
cryptozoidberg 2023-05-30 14:47:17 +02:00
parent 0ddac854a5
commit 7a3bfa655a
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -1468,9 +1468,9 @@ bool simple_wallet::transfer(const std::vector<std::string> &args_)
if (!m_wallet->is_watch_only())
{
if(wrapped_transaction)
success_msg_writer(true) << "Money successfully sent to wZano custody wallet, transaction " << get_transaction_hash(tx) << ", " << get_object_blobsize(tx) << " bytes";
success_msg_writer(true) << "Transaction successfully sent to wZano custody wallet, id: " << get_transaction_hash(tx) << ", " << get_object_blobsize(tx) << " bytes";
else
success_msg_writer(true) << "Money successfully sent, transaction " << get_transaction_hash(tx) << ", " << get_object_blobsize(tx) << " bytes";
success_msg_writer(true) << "Transaction successfully sent, id: " << get_transaction_hash(tx) << ", " << get_object_blobsize(tx) << " bytes";
}
else
{