Skip to content

Commit

Permalink
fix params
Browse files Browse the repository at this point in the history
  • Loading branch information
Keefer Taylor committed Nov 30, 2020
1 parent 2303b91 commit d359d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chain/tezos/contracts/WrappedTezosHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -464,9 +464,9 @@ export namespace WrappedTezosHelper {
* @param signer A Signer for the sourceAddress.
* @param keystore A Keystore for the sourceAddress.
* @param fee The fee to use.
* @param ovenAddress The address of the oven contract.
* @param gasLimit The gas limit to use.
* @param storageLimit The storage limit to use.
* @param ovenAddress The address of the oven contract.
* @returns A string representing the operation hash.
*/
export async function clearOvenBaker(
Expand Down

0 comments on commit d359d4c

Please sign in to comment.