Skip to content

Commit

Permalink
fix: makeReserveTerms
Browse files Browse the repository at this point in the history
doesn't actually take or return a timer
  • Loading branch information
turadg committed Nov 24, 2024
1 parent 00b6878 commit 061f5d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/inter-protocol/src/reserve/params.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

import { CONTRACT_ELECTORATE, ParamTypes } from '@agoric/governance';

const makeReserveTerms = (poserInvitationAmount, timer) => ({
timer,
/**
* @param {InvitationAmount} poserInvitationAmount
*/
const makeReserveTerms = poserInvitationAmount => ({
governedParams: harden({
[CONTRACT_ELECTORATE]: {
type: ParamTypes.INVITATION,
Expand Down

0 comments on commit 061f5d5

Please sign in to comment.