Skip to content

Commit

Permalink
fix(supplementary-contracts): fix inconsistent pragma in IMinimalBlac…
Browse files Browse the repository at this point in the history
…klist.sol
  • Loading branch information
dantaik authored Oct 4, 2024
1 parent 287620f commit 81a653d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: MIT
pragma solidity 0.8.24;
pragma solidity ^0.8.24;

/// @title Minimal Blacklist Interface
interface IMinimalBlacklist {
Expand Down

0 comments on commit 81a653d

Please sign in to comment.