w3f / polkadot

GNU General Public License v3.0
29 stars 11 forks source link

Invalid number of Council Members #2

Open laboon opened 5 years ago

laboon commented 5 years ago

DESCRIPTION

The number of Council members is shown as 10/4. There are 10 Council members displayed, but obviously 4 is not the maximum number.

TO REPRODUCE:

Ensure you are in the k4a branch

Run the following commands

./target/release/polkadot purge-chain --chain=local --dev
./target/release/polkadot --chain=local --dev

Go to https://polkadot.js.org/apps/#/council

(ensure you are connected to 127.0.0.1 if you are not)

EXPECTED BEHAVIOR

Council shown as 10/10

OBSERVED BEHAVIOR

Council shown as 10/4

Screen Shot 2019-08-08 at 12 56 54 PM