Submitted by 0xRajeev
approveMaxAmount() is onlyOwner while all other privileged functions use onlyOwnerOrAssetManager. This modifier should also be onlyOwnerOrAssetManager to prevent situations where owner has added asset managers and renounced ownership which will prevent accessing this approval function thereafter.
Recommend change onlyOwner to onlyOwnerOrAssetManager.
PierrickGT (PoolTogether) acknowledged:
0xean (Judge) commented:
PierrickGT (PoolTogether) commented:
