diff options
author | Wei-Ning Huang <w@dexon.org> | 2019-01-23 18:36:34 +0800 |
---|---|---|
committer | Wei-Ning Huang <w@dexon.org> | 2019-01-23 18:36:34 +0800 |
commit | 1a1bba7ec6c6781f5bd92bbc970c42cd01865b53 (patch) | |
tree | f4fea2573a4686a1bfb89d91a50b433b5afe0548 | |
parent | 91827f7524565df7b5a3eb4c54dfa103180b817a (diff) | |
download | dexon-governance-abi-1a1bba7ec6c6781f5bd92bbc970c42cd01865b53.tar.gz dexon-governance-abi-1a1bba7ec6c6781f5bd92bbc970c42cd01865b53.tar.zst dexon-governance-abi-1a1bba7ec6c6781f5bd92bbc970c42cd01865b53.zip |
contracts: remove the snapshot round method
-rw-r--r-- | contracts/Governance.sol | 4 |
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 { } |