Skip to content

deploySystemSmartContract doesn't work properly #11

Description

@s7v7nislands

In RuntimeUpgrade.sol, the deploySystemSmartContract function doesn't work properly:
RuntimeProxy proxy = RuntimeProxy(account);
require(proxy.implementation() == address(0x00), "RuntimeUpgrade: already deployed");

when creating a RuntimeProxy, it always sets the logic contract address, so the require statement always fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions