Remove tx invalid assertion - exception should be enough.

Jed's words, not mine. ;)
This commit is contained in:
Stefan Thomas
2012-10-23 17:52:18 +02:00
parent 72f434c670
commit 1a20295e16

View File

@@ -25,7 +25,6 @@ SerializedTransaction::SerializedTransaction(const STObject& object) : STObject(
throw std::runtime_error("invalid transaction type");
if (!setType(mFormat->elements))
{
assert(false);
throw std::runtime_error("transaction not valid");
}
}