example-messagefeed
example-messagefeed copied to clipboard
Directly depend on `solana-sdk` for sysvar keys
The prediction poll program relies on the clock account for timing out polls and needs to verify the public key of the account. Currently the key is hardcoded in the program. It would be better to instead depend on the solana-sdk crate directly.