Skip to content

Commit

Permalink
removed second item of deployed contract at address
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHus committed Aug 13, 2019
1 parent 46c88da commit 60b8698
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/tabs/runTab/model/dropdownlogic.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ class DropdownLogic {
}
cb(null, 'abi', abi)
})
} else {
cb(null, 'instance')
}
cb(null, 'instance')
}

getCompiledContracts (compiler, compilerFullName) {
Expand Down

0 comments on commit 60b8698

Please sign in to comment.