Skip to content

Commit

Permalink
refactor(contract instance)!: remove unnecessary setOptions function
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Oct 20, 2021
1 parent 5df2285 commit b88e767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/contract/aci/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ export default async function getContractInstance (source, { aci, contractAddres
compiled: null,
deployInfo: { address: contractAddress },
options: R.merge(defaultOptions, opt),
compilerVersion: this.compilerVersion,
setOptions (opt) {
this.options = R.merge(this.options, opt)
}
compilerVersion: this.compilerVersion
}

// Check for valid contract address and contract code
Expand Down

0 comments on commit b88e767

Please sign in to comment.