File tree 3 files changed +8
-7
lines changed
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ HerderImpl::emitEnvelope(SCPEnvelope const& envelope)
585
585
// TODO: Move to Herder.cpp?
586
586
TransactionQueue::AddResult
587
587
Herder::recvTransaction (TransactionQueuesPtr txQueues,
588
- TransactionFrameBasePtr tx, bool submittedFromSelf)
588
+ TransactionFrameBasePtr tx, bool submittedFromSelf)
589
589
{
590
590
ZoneScoped;
591
591
ClassicTransactionQueue& classicTxQueue =
@@ -2521,7 +2521,9 @@ HerderImpl::getTx(Hash const& hash) const
2521
2521
return mTransactionQueues ->getTx (hash);
2522
2522
}
2523
2523
2524
- TransactionQueuesPtr HerderImpl::getTransactionQueues () const {
2524
+ TransactionQueuesPtr
2525
+ HerderImpl::getTransactionQueues () const
2526
+ {
2525
2527
releaseAssert (mTransactionQueues );
2526
2528
return mTransactionQueues ;
2527
2529
}
Original file line number Diff line number Diff line change @@ -343,7 +343,6 @@ TransactionQueue::lock() const
343
343
return TxQueueLock (std::move (lock), mTxQueueCv );
344
344
}
345
345
346
-
347
346
TransactionQueue::AddResult
348
347
TransactionQueue::canAdd (
349
348
TransactionFrameBasePtr tx, AccountStates::iterator& stateIter,
Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ class OverlayManager
95
95
// TODO: Docs
96
96
// TODO: This is going to be called in a lambda. Be careful about those
97
97
// pointers and references
98
- virtual void
99
- recordAddTransactionStats (TxQueueAddResult const & addResult ,
100
- Hash const & txHash, Peer::pointer peer,
101
- Hash const & index) = 0 ;
98
+ virtual void recordAddTransactionStats (TxQueueAddResult const & addResult,
99
+ Hash const & txHash ,
100
+ Peer::pointer peer,
101
+ Hash const & index) = 0;
102
102
103
103
// Process incoming transaction, pass it down to the transaction queue
104
104
virtual void recvTransaction (StellarMessage const & msg, Peer::pointer peer,
You can’t perform that action at this time.
0 commit comments