Remove remaining erc20 references

This commit is contained in:
Michael Vines 2019-03-05 17:39:31 -08:00
parent e2d30db7e1
commit 9491999a95
4 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "solana-token-program"
version = "0.12.0"
description = "Solana token program implementing the ERC20 interface"
description = "Solana token program"
authors = ["Solana Maintainers <maintainers@solana.com>"]
repository = "https://github.com/solana-labs/solana"
license = "Apache-2.0"

View File

@ -1,5 +1,3 @@
//! The `erc20` library implements a generic erc20-like token
use log::*;
use solana_sdk::account::KeyedAccount;
use solana_sdk::native_program::ProgramError;

View File

@ -1,5 +1,3 @@
//! ERC20-like Token
use bincode;
use log::*;
use serde_derive::{Deserialize, Serialize};

View File

@ -1,4 +1,3 @@
//! An ERC20-like Token
use solana_sdk::pubkey::Pubkey;
const TOKEN_PROGRAM_ID: [u8; 32] = [