summaryrefslogtreecommitdiffstats
path: root/contracts
diff options
context:
space:
mode:
Diffstat (limited to 'contracts')
-rw-r--r--contracts/Governance.sol4
1 files changed, 0 insertions, 4 deletions
diff --git a/contracts/Governance.sol b/contracts/Governance.sol
index 44406a7..4724170 100644
--- a/contracts/Governance.sol
+++ b/contracts/Governance.sol
@@ -181,10 +181,6 @@ contract Governance {
function delegatorsLength(address NodeAddress) view public returns (uint256) {
}
- // SnapshotRound(round, height)
- function snapshotRound(uint256 Round, uint256 Height) public {
- }
-
// ProposeCRS(signedCRS)
function proposeCRS(uint256 Round, bytes memory SignedCRS) public {
}