code-423n4 / 2022-02-skale-findings

0 stars 0 forks source link

QA Report #66

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago
  1. No parent call for CommunityPool and DepositBox
    function initialize(
        IContractManager contractManagerOfSkaleManagerValue,
        ILinker linker,
        IMessageProxyForMainnet messageProxyValue

ILinker would be spesified as invalid cause of no Linker has been called from parent call.

DimaStebaev commented 2 years ago

The same is raised in #2 .

GalloDaSballo commented 2 years ago

Finding is valid