mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Disable transaction saving for now
This commit is contained in:
@@ -255,7 +255,7 @@ TransactionEngineResult TransactionEngine::doClaim(const SerializedTransaction&
|
||||
}
|
||||
|
||||
//
|
||||
// Verify claim is authorized
|
||||
// Verify claim is authorized for public key.
|
||||
//
|
||||
|
||||
std::vector<unsigned char> vucCipher = txn.getITFieldVL(sfGenerator);
|
||||
@@ -272,6 +272,10 @@ TransactionEngineResult TransactionEngine::doClaim(const SerializedTransaction&
|
||||
return tenINVALID;
|
||||
}
|
||||
|
||||
//
|
||||
// Verify generator not already in use.
|
||||
//
|
||||
|
||||
uint160 hGeneratorID = naAccountPublic.getAccountID();
|
||||
|
||||
qry = lepNONE;
|
||||
|
||||
Reference in New Issue
Block a user