Skip to content

Commit

Permalink
fix(zoe): Note #4974 subsume installBundleID in install
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed May 25, 2022
1 parent fee713c commit e9c99a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/zoe/src/zoeService/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
*/

// XXX include `SourceBundle` because that's how this function is used.
// TODO remove this function https://github.com/Agoric/agoric-sdk/issues/4565
// TODO remove support for `SourceBundle`, leaving just support for `HashBundle`
// https://github.com/Agoric/agoric-sdk/issues/4565
/**
* @callback InstallBundle
*
Expand All @@ -124,11 +125,10 @@
*
* @param {Bundle | SourceBundle} bundle
* @returns {Promise<Installation>}
*
* @deprecated
* @see InstallBundleID
*/

// TODO consolidate installBundleID into install.
// https://github.com/Agoric/agoric-sdk/issues/4974
/**
* @callback InstallBundleID
*
Expand Down

0 comments on commit e9c99a1

Please sign in to comment.