Rename the module that now contains only GenKeys

This commit is contained in:
Greg Fitzgerald
2019-01-25 22:58:35 -07:00
committed by Grimes
parent d65e7b9fcc
commit 1e43fb587e
6 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
extern crate test;
use solana::signature::GenKeys;
use solana::gen_keys::GenKeys;
use test::Bencher;
#[bench]