Skip to content

Commit

Permalink
Merge pull request #9147 from EOSIO/two_comment_fixes
Browse files Browse the repository at this point in the history
two comment fixes to transaction.hpp
  • Loading branch information
spoonincode authored and oschwaldp-oci committed Jun 23, 2022
1 parent ba7f603 commit aaf1187
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions libraries/chain/include/eosio/chain/transaction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ namespace eosio { namespace chain {
* with a block_header::timestamp greater than expiration is
* deemed irreversible, then a user can safely trust the transaction
* will never be included.
*
* Each region is an independent blockchain, it is included as routing
* information for inter-blockchain communication. A contract in this
* region might generate or authorize a transaction intended for a foreign
* region.
*/
struct transaction_header {
time_point_sec expiration; ///< the time at which a transaction expires
Expand All @@ -76,7 +70,7 @@ namespace eosio { namespace chain {
};

/**
* A transaction consits of a set of messages which must all be applied or
* A transaction consists of a set of messages which must all be applied or
* all are rejected. These messages have access to data within the given
* read and write scopes.
*/
Expand Down

0 comments on commit aaf1187

Please sign in to comment.