get DLL names from programs that made the DLL (#4269)
* get program names from programs * fixup
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
use solana_vote_api::vote_instruction::process_instruction;
|
||||
#[macro_export]
|
||||
macro_rules! solana_vote_program {
|
||||
() => {
|
||||
("solana_vote_program".to_string(), solana_vote_api::id())
|
||||
};
|
||||
}
|
||||
|
||||
use solana_vote_api::vote_instruction::process_instruction;
|
||||
solana_sdk::solana_entrypoint!(process_instruction);
|
||||
|
Reference in New Issue
Block a user