From f4b2750b4f4721f6a8032ae5c8c29b0b45e48ad7 Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Tue, 8 May 2018 17:46:08 -0400 Subject: [PATCH] update readme --- docs/spec/staking/README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/spec/staking/README.md b/docs/spec/staking/README.md index 8ec7b41cf..82604e2de 100644 --- a/docs/spec/staking/README.md +++ b/docs/spec/staking/README.md @@ -6,14 +6,6 @@ This paper specifies the Staking module of the Cosmos-SDK, which was first descr The module enables Cosmos-SDK based blockchain to support an advanced Proof-of-Stake system. In this system, holders of the native staking token of the chain can become candidate validators and can delegate tokens to candidate validators, ultimately determining the effective validator set for the system. -The module currently supports the following features: - -- TODO -- **Declare Candidacy:** -- **Edit Candidacy:** -- **Delegate:** -- **Unbond:** - This module will be used in the Cosmos Hub, the first Hub in the Cosmos network. ## Contents