Skip to content

Commit

Permalink
fix(agoric-cli): Follow-up: clarify range of random number for agoric…
Browse files Browse the repository at this point in the history
… publish
  • Loading branch information
kriskowal committed Sep 7, 2022
1 parent 213c0a7 commit 46713d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agoric-cli/src/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const urlForRpcAddress = address => {
* @param {typeof import('path').resolve} args.pathResolve
* @param {typeof import('fs').promises.writeFile} args.writeFile
* @param {typeof import('tmp').dirSync} args.tmpDirSync
* @param {() => number} args.random
* @param {() => number} args.random - a random number in the interval [0, 1)
*/
export const makeCosmosBundlePublisher = ({
pspawn,
Expand Down

0 comments on commit 46713d2

Please sign in to comment.