Skip to content

Commit

Permalink
fix path to StarknetMessaging
Browse files Browse the repository at this point in the history
  • Loading branch information
enitrat committed Oct 19, 2024
1 parent bc50008 commit 704495b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity_contracts/src/Starknet/StarknetMessagingLocal.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: Apache-2.0.
pragma solidity ^0.8.0;

import "../Starknet/StarknetMessaging.sol";
import "./StarknetMessaging.sol";

/**
@notice Interface related to local messaging for Starknet.
Expand Down

0 comments on commit 704495b

Please sign in to comment.