add passive staking and rewards (#3579)
* add stake stuff * more generic * test decode bail cases * favor early returns
This commit is contained in:
3
programs/stake_program/src/lib.rs
Normal file
3
programs/stake_program/src/lib.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
use solana_stake_api::stake_instruction::process_instruction;
|
||||
|
||||
solana_sdk::solana_entrypoint!(process_instruction);
|
Reference in New Issue
Block a user