Removed outdated comment

This commit is contained in:
kevin Heifner
2025-08-27 09:06:53 -05:00
parent 06a3c518fe
commit d81cb903ad
@@ -69,7 +69,7 @@ namespace eosio {
/**
* Construct a new transaction_header
*
* @brief Construct a new transaction_header object initialising the transaction header expiration to now + 60 seconds
* @brief Construct a new transaction_header object
*/
transaction_header( time_point_sec exp = time_point_sec{} )
:expiration(exp)