Merge pull request #1117

fc855c1 Made error message consistent with other, more helpful, message (Will Skinner)
release-v0.4.0.1
Riccardo Spagni 8 years ago
commit e01a9ea507
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -2489,7 +2489,7 @@ bool simple_wallet::transfer_main(int transfer_type, const std::vector<std::stri
print_money(e.tx_amount() + e.fee()) % print_money(e.tx_amount() + e.fee()) %
print_money(e.tx_amount()) % print_money(e.tx_amount()) %
print_money(e.fee())); print_money(e.fee()));
fail_msg_writer() << tr("Failed to find a way to create transactions"); fail_msg_writer() << tr("Failed to find a way to create transactions. This is usually due to dust which is so small it cannot pay for itself in fees");
} }
catch (const tools::error::not_enough_outs_to_mix& e) catch (const tools::error::not_enough_outs_to_mix& e)
{ {

Loading…
Cancel
Save