example-messagefeed icon indicating copy to clipboard operation
example-messagefeed copied to clipboard

Directly depend on `solana-sdk` for sysvar keys

Open jstarry opened this issue 6 years ago • 0 comments

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.

jstarry avatar Aug 26 '19 15:08 jstarry