Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
AP-763: Remove redundant imports related to AccountsCreateEndowment
Browse files Browse the repository at this point in the history
… + fix pragma version (#386)

* Remove redundant imports related to AccountsCreateEndowment + fix pragma

* Revert "Remove redundant imports related to AccountsCreateEndowment + fix pragma"

This reverts commit 1b78a34.

* Fix pragma in AccountsCreateEndowment
  • Loading branch information
Nenad Misic authored Sep 26, 2023
1 parent 3a318a5 commit 1035cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/accounts/facets/AccountsCreateEndowment.sol
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;
pragma solidity 0.8.19;

import {LibAccounts} from "../lib/LibAccounts.sol";
import {Validator} from "../../validator.sol";
Expand Down

0 comments on commit 1035cce

Please sign in to comment.