solana-foundation / developer-content

Collection of Developer content for exploring, learning, and building in the Solana ecosystem.
https://solana.com/developers
93 stars 136 forks source link

[guide] typo in stake weighted QoS guide #145

Closed nickfrosty closed 5 months ago

nickfrosty commented 5 months ago

Problem

There is a typo in the sample yaml config for staked-nodes-overrides that uses stake_map where it should be staked_map_id

See: https://github.com/anza-xyz/agave/blob/21b682188511b208cae16155acc258fd1da9db0f/validator/src/admin_rpc_service.rs#L478-L495

Summary of Changes