Skip to content

Commit

Permalink
Add @return tag to Javadoc in the method getPendingTransactions().
Browse files Browse the repository at this point in the history
Signed-off-by: Ade Lucas <[email protected]>
  • Loading branch information
cloudspores committed Oct 25, 2024
1 parent f36784d commit 936dbae
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ public interface TransactionPoolService extends BesuService {
/** Disables the transaction pool. */
void enableTransactionPool();

/** Get the transaction pool content */
/**
* Returns the collection of pending transactions.
*
* @return a collection of pending transactions
*/
Collection<? extends PendingTransaction> getPendingTransactions();
}

0 comments on commit 936dbae

Please sign in to comment.