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

Commit

Permalink
Ref #66: Add issue number to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielhourt committed Aug 10, 2017
1 parent afa2fe2 commit a4dcd51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/include/eos/chain/authority_checker.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class AuthorityChecker {
return totalWeight;
}
UInt32 operator()(const types::AccountPermissionWeight& permission) {
//TODO: Recursion limit? Yes: implement as producer-configurable parameter
//TODO #66: Recursion limit? Yes: implement as producer-configurable parameter
if (checker.satisfied(permission.permission))
totalWeight += permission.weight;
return totalWeight;
Expand Down

0 comments on commit a4dcd51

Please sign in to comment.