Skip to content

Commit

Permalink
Update token module filename (solana-labs#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcmay authored Jun 2, 2020
1 parent 19e249b commit c4d8902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/src/cli/token-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async function getConnection(): Promise<Connection> {
export async function loadTokenProgram(): Promise<void> {
const NUM_RETRIES = 500; /* allow some number of retries */
const data = await fs.readFile(
'src/program/target/bpfel-unknown-unknown/release/solana_bpf_token.so',
'src/program/target/bpfel-unknown-unknown/release/spl_token.so',
);
const connection = await getConnection();
const {feeCalculator} = await connection.getRecentBlockhash();
Expand Down

0 comments on commit c4d8902

Please sign in to comment.