Skip to content

Commit

Permalink
Make caller address required
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkchen committed Sep 23, 2020
1 parent 37b41f2 commit 11210b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wrappers/set-protocol-v2/PriceOracleWrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class PriceOracleWrapper {
public async getPrice(
assetOne: Address,
assetTwo: Address,
callerAddress: Address = undefined
callerAddress: Address
): Promise<BigNumber> {
const masterOracleInstance = await this.contracts.loadMasterPriceOracleAsync(
this.masterOracleAddress,
Expand Down

0 comments on commit 11210b8

Please sign in to comment.