diff --git a/lib/kredits.js b/lib/kredits.js index 692841e..be79c68 100644 --- a/lib/kredits.js +++ b/lib/kredits.js @@ -50,8 +50,9 @@ class Kredits { return this.Kernel.getApp(contractName).then((address) => { this.addresses[contractName] = address; }).catch((error) => { - throw new Error(`Failed to get address for ${contractName} from registry at ${this.Registry.contract.address} - - correct registry? does it have version entry? - ${error.message}` + console.log(error); + throw new Error(`Failed to get address for ${contractName} from DAO at ${this.Kernel.contract.address} + - ${error.message}` ); }); });