Move Pubkey into its own module

This commit is contained in:
Greg Fitzgerald
2018-09-26 17:55:36 -06:00
parent c6d7cd2d33
commit b7ae5b712a
37 changed files with 99 additions and 70 deletions

View File

@ -23,7 +23,7 @@ mod tests {
use super::*;
use bincode::serialize;
use solana::account::Account;
use solana::signature::Pubkey;
use solana::pubkey::Pubkey;
#[test]
fn test_move_funds() {