allow you to send from an unclaimed wallet

This commit is contained in:
jed
2012-06-10 07:18:23 -07:00
parent 0f0e567829
commit c37cf4001d
5 changed files with 273 additions and 126 deletions

View File

@@ -479,6 +479,7 @@ TransactionEngineResult TransactionEngine::applyTransaction(const SerializedTran
break;
default:
if (!sleSrc->getIFieldPresent(sfAuthorizedKey))
{
std::cerr << "applyTransaction: Source is an unclaimed account." << std::endl;