Spaces in strings

One added space + one removed space.
This commit is contained in:
xanatos 2012-08-23 15:19:13 +03:00
parent fedd060d81
commit 331544bc37
1 changed files with 2 additions and 2 deletions

View File

@ -632,7 +632,7 @@ Value sendmany(const Array& params, bool fHelp)
{
CBitcoinAddress address(s.name_);
if (!address.IsValid())
throw JSONRPCError(-5, string("Invalid Bitcoin address:")+s.name_);
throw JSONRPCError(-5, string("Invalid Bitcoin address: ")+s.name_);
if (setAddress.count(address))
throw JSONRPCError(-8, string("Invalid parameter, duplicated address: ")+s.name_);