mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Check.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user