We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d20f90a commit 3ea6e53Copy full SHA for 3ea6e53
lib/contracts.js
@@ -143,7 +143,7 @@ ContractsManager.prototype.build = function() {
143
};
144
145
ContractsManager.prototype.getContract = function(className) {
146
- return this.compiledContracts[className];
+ return this.contracts[className];
147
148
149
ContractsManager.prototype.sortContracts = function(contractList) {
0 commit comments