aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/core/contracts/examples/Wallet/Wallet.sol
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/core/contracts/examples/Wallet/Wallet.sol')
-rw-r--r--contracts/core/contracts/examples/Wallet/Wallet.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/contracts/core/contracts/examples/Wallet/Wallet.sol b/contracts/core/contracts/examples/Wallet/Wallet.sol
index b75021a31..3738be841 100644
--- a/contracts/core/contracts/examples/Wallet/Wallet.sol
+++ b/contracts/core/contracts/examples/Wallet/Wallet.sol
@@ -19,7 +19,7 @@
pragma solidity 0.4.24;
import "../../protocol/Exchange/interfaces/IWallet.sol";
-import "../../utils/LibBytes/LibBytes.sol";
+import "@0x/contracts-utils/contracts/utils/LibBytes/LibBytes.sol";
contract Wallet is