Skip to content

Commit 693f5d1

Browse files
committed
docs: update function annotations
1 parent 2d07c10 commit 693f5d1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/governance/execute-createProposalWithSolution-txdata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ const { sendTransaction, prepareProposalTransaction } = require('./helpers');
88
* @param categoryId category id for the proposal
99
* @param actionParamsRaw action params for the proposal as stringified JSON
1010
* @param solutionHash hash of the solution for the proposal
11-
* @returns {Promise<{createProposalWithSolution: *}>}
1211
*/
1312
const main = async (proposalFilePath, categoryId, actionParamsRaw, solutionHash = '') => {
1413
if (network.name === 'tenderly') {

scripts/governance/simulate-createProposalWithSolution-txdata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const { simulateTransaction, prepareProposalTransaction, verifyDecodedCreateProp
99
* @param categoryId category id for the proposal
1010
* @param actionParamsRaw action params for the proposal as stringified JSON
1111
* @param solutionHash hash of the solution for the proposal
12-
* @returns {Promise<{createProposalWithSolution: *}>}
1312
*/
1413
const main = async (proposalFilePath, categoryId, actionParamsRaw, solutionHash = '') => {
1514
if (network.name === 'tenderly') {

0 commit comments

Comments
 (0)