Plumb libra accounts to genesis (#5333)

* Plumb move_loader to genesis

* Remove core dependency on genesis-programs
This commit is contained in:
sakridge
2019-07-31 16:10:55 -07:00
committed by GitHub
parent 9278201198
commit c2fc0f2418
8 changed files with 82 additions and 65 deletions

View File

@@ -76,6 +76,7 @@ pub mod window_service;
#[macro_use]
extern crate solana_budget_program;
#[macro_use]
extern crate solana_storage_program;
#[cfg(test)]