Skip to content

Fix compiler version #53

@ofirbarak

Description

@ofirbarak

While trying to running tests, it encounter a problem with the compiler version:

flash-lending/contracts/interface/IBank.sol:19:1: SyntaxError: Source file requires different compiler version (current compiler is 0.4.26+commit.4563c3fc.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.24;
^---------------------^

Solved by fix compiler versions in all files to 0.4.26

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