Skip to content

Commit

Permalink
feat: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cosinlink committed Jan 4, 2024
1 parent e513470 commit ba2c861
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions contracts/BC_fusion/BSCGovernor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,14 @@ contract BSCGovernor is
return GovernorCompatibilityBravoUpgradeable.propose(targets, values, calldatas, description);
}


/**
* @dev Function to queue a proposal to the timelock.
* @param targets target contracts to call
* @param values msg.value for each contract call
* @param calldatas calldata for each contract call
* @param descriptionHash the description hash
*/
function queue(
address[] memory targets,
uint256[] memory values,
Expand Down

0 comments on commit ba2c861

Please sign in to comment.