Skip to content

Commit

Permalink
fix: ed25519 licence
Browse files Browse the repository at this point in the history
  • Loading branch information
alrxy committed Nov 25, 2024
1 parent 05ecd75 commit c7efb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/Ed25519.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.26;

import {SCL_EIP6565} from "@crypto-lib/lib/libSCL_EIP6565.sol";
Expand Down

0 comments on commit c7efb34

Please sign in to comment.