From b0a1569339d7882f5ba264fd1e78d374220c6354 Mon Sep 17 00:00:00 2001 From: yu-zhen Date: Sun, 31 Dec 2023 00:23:46 +0800 Subject: [PATCH] chore: add _topupCredit description in MACI.sol --- contracts/contracts/MACI.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/contracts/MACI.sol b/contracts/contracts/MACI.sol index f49593a759..73e7f8393a 100644 --- a/contracts/contracts/MACI.sol +++ b/contracts/contracts/MACI.sol @@ -104,6 +104,7 @@ contract MACI is IMACI, Params, Utilities, Ownable { /// @param _subsidyFactory The SubsidyFactory contract /// @param _signUpGatekeeper The SignUpGatekeeper contract /// @param _initialVoiceCreditProxy The InitialVoiceCreditProxy contract + /// @param _topupCredit The TopupCredit contract /// @param _stateTreeDepth The depth of the state tree constructor( IPollFactory _pollFactory,