DataHighway-DHX / node

DataHighway Node. A blockchain being built with Substrate to become a parachain on the Polkadot network. Planned features include a decentralized LPWAN roaming hub for LoRaWAN IoT devices and network operator roaming agreements, participative mining, an inter-chain data market, and DAO governance. http://www.datahighway.com
http://www.datahighway.com
GNU General Public License v3.0
51 stars 10 forks source link

Harbour Payouts seem unusual high #208

Closed ayushmishra2005 closed 3 years ago

ayushmishra2005 commented 3 years ago

image-20210505-154035

ltfschoen commented 3 years ago

As you mentioned we'll go through the responses to the questions you raised: https://github.com/paritytech/subport/issues/193#issuecomment-867735155 https://github.com/paritytech/subport/issues/192#issuecomment-867731964

ayushmishra2005 commented 3 years ago

@ltfschoen In the above screenshot return of every validator is getting calculated here https://github.com/polkadot-js/apps/blob/d91bdcd191e7ca703fc7618188ab4a9a62763879/packages/page-staking/src/useSortedTargets.ts#L184-L192

Return depends on Total Stake. As I checked the calculation,

more stake => less return will be shown less stake => more return will be shown

ayushmishra2005 commented 3 years ago

@ltfschoen As discussed, I am closing this issue.