From d6a4e1b6562adc404f5197391f25badfe6119c74 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 300f0e08a1..c0a890dcdb 100644 --- a/contracts/contracts/MACI.sol +++ b/contracts/contracts/MACI.sol @@ -86,6 +86,7 @@ contract MACI is IMACI, Params, Utilities, Ownable { /// @param _pollFactory The PollFactory 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( PollFactory _pollFactory,