Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #8250 from EOSIO/gleehokie-spelling
Browse files Browse the repository at this point in the history
Spelling correction
  • Loading branch information
heifner authored Nov 26, 2019
2 parents 95adf32 + 5e73d73 commit 66e9ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/transaction_context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ namespace eosio { namespace chain {

eager_net_limit = net_limit;

// Possible lower eager_net_limit to what the billed accounts can pay plus some (objective) leeway
// Possibly lower eager_net_limit to what the billed accounts can pay plus some (objective) leeway
auto new_eager_net_limit = std::min( eager_net_limit, static_cast<uint64_t>(account_net_limit + cfg.net_usage_leeway) );
if( new_eager_net_limit < eager_net_limit ) {
eager_net_limit = new_eager_net_limit;
Expand Down

0 comments on commit 66e9ddf

Please sign in to comment.