diff --git a/contracts/AddressRegistry.sol b/contracts/AddressRegistry.sol index 2956a60..ecae68e 100644 --- a/contracts/AddressRegistry.sol +++ b/contracts/AddressRegistry.sol @@ -1,6 +1,6 @@ pragma solidity ^0.5.0; -import "./UserProxy.sol"; +import "./UserWallet.sol"; /**