* vote_api cleanup * fixups * fixup * remove unused code * revert removal of serialize and deserialize * ... * increase coverage, bootstrap staking * Sagar's STAKE to my VOTE
4 lines
114 B
Rust
4 lines
114 B
Rust
use solana_vote_api::vote_instruction::process_instruction;
|
|
|
|
solana_sdk::solana_entrypoint!(process_instruction);
|