s/solana_program_interface/solana[_-]sdk/g

This commit is contained in:
Michael Vines
2018-10-25 11:13:08 -07:00
parent 3ae53961c8
commit e47fcb196b
48 changed files with 106 additions and 91 deletions

View File

@ -12,8 +12,8 @@ use ncp::Ncp;
use request::{Request, Response};
use result::{Error, Result};
use signature::{Keypair, Signature};
use solana_program_interface::account::Account;
use solana_program_interface::pubkey::Pubkey;
use solana_sdk::account::Account;
use solana_sdk::pubkey::Pubkey;
use std;
use std::collections::HashMap;
use std::io;