This commit is contained in:
JoelKatz
2013-03-31 23:57:03 -07:00
parent 450fb5c0db
commit d0009872c1
2 changed files with 14 additions and 1 deletions

View File

@@ -7,5 +7,10 @@
bool TransactionEngine::checkInvariants(TER result, const SerializedTransaction& txn, TransactionEngineParams params)
{
// 1) Make sure transaction changed account sequence number to correct value
// 2) Make sure transaction didn't create XRP
return true;
}