mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Retried transactions that tec move from TxQ to open ledger:
* Unit test of tec code handling. * Extra TxQ debug logging
This commit is contained in:
committed by
Nik Bougalis
parent
7427cf7506
commit
16b9bbb517
@@ -1028,8 +1028,8 @@ void NetworkOPsImp::apply (std::unique_lock<std::mutex>& batchLock)
|
||||
{
|
||||
for (TransactionStatus& e : transactions)
|
||||
{
|
||||
// we check before addingto the batch
|
||||
ApplyFlags flags = tapNO_CHECK_SIGN;
|
||||
// we check before adding to the batch
|
||||
ApplyFlags flags = tapNONE;
|
||||
if (e.admin)
|
||||
flags = flags | tapUNLIMITED;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user