create_tmp_sample_ledger() need not return the genesis block
This commit is contained in:
@ -32,7 +32,7 @@ fn bad_arguments() {
|
||||
#[test]
|
||||
fn nominal() {
|
||||
let keypair = Arc::new(Keypair::new());
|
||||
let (_, _, ledger_path, _, _) =
|
||||
let (_, ledger_path, _, _) =
|
||||
create_tmp_sample_ledger("test_ledger_tool_nominal", 100, 10, keypair.pubkey(), 50);
|
||||
|
||||
// Basic validation
|
||||
|
Reference in New Issue
Block a user