mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
removed comment part in governorBravoDelegate
This commit is contained in:
parent
5e80ee8848
commit
e318315bee
|
@ -93,22 +93,6 @@ contract GovernorBravoDelegate is GovernorBravoDelegateStorageV1, GovernorBravoE
|
|||
uint endBlock = SafeMath.add(startBlock, votingPeriod);
|
||||
|
||||
proposalCount++;
|
||||
// Proposal memory newProposal = Proposal({
|
||||
// id: proposalCount,
|
||||
// proposer: msg.sender,
|
||||
// eta: 0,
|
||||
// targets: targets,
|
||||
// values: values,
|
||||
// signatures: signatures,
|
||||
// calldatas: calldatas,
|
||||
// startBlock: startBlock,
|
||||
// endBlock: endBlock,
|
||||
// forVotes: 0,
|
||||
// againstVotes: 0,
|
||||
// abstainVotes: 0,
|
||||
// canceled: false,
|
||||
// executed: false
|
||||
// });
|
||||
|
||||
Proposal storage newProposal = proposals[proposalCount];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user