Rename erc20 to token-program

Everything it uses already had that name, just the crate was never
renamed.
This commit is contained in:
Greg Fitzgerald
2019-03-01 09:06:21 -07:00
parent 7c4473e0aa
commit c53c351759
6 changed files with 17 additions and 17 deletions

View File

@ -261,7 +261,7 @@ impl Bank {
self.add_native_program("solana_storage_program", &storage_program::id());
self.add_native_program("solana_bpf_loader", &bpf_loader::id());
self.add_native_program("solana_budget_program", &budget_program::id());
self.add_native_program("solana_erc20", &token_program::id());
self.add_native_program("solana_token_program", &token_program::id());
}
/// Return the last entry ID registered.