get DLL names from programs that made the DLL (#4269)

* get program names from programs

* fixup
This commit is contained in:
Rob Walker
2019-05-13 14:17:44 -07:00
committed by GitHub
parent 796000e96f
commit 0d2574f8f0
10 changed files with 36 additions and 11 deletions

View File

@@ -17,5 +17,8 @@ mod system_instruction_processor;
#[macro_use]
extern crate solana_metrics;
#[macro_use]
extern crate solana_vote_program;
#[macro_use]
extern crate serde_derive;