Reduce boilerplate code with helper function to create
fullnode/bank/genesis
This commit is contained in:
committed by
sakridge
parent
e4f477cf90
commit
2262f279d5
@ -28,7 +28,7 @@ fn bad_arguments() {
|
||||
#[test]
|
||||
fn nominal() {
|
||||
let keypair = Arc::new(Keypair::new());
|
||||
let (_mint, ledger_path, _genesis_entries) =
|
||||
let (_genesis_block, _mint, ledger_path, _genesis_entries) =
|
||||
create_tmp_sample_ledger("test_ledger_tool_nominal", 100, 10, keypair.pubkey(), 50);
|
||||
|
||||
// Basic validation
|
||||
|
Reference in New Issue
Block a user