Add no-signer argument

This commit is contained in:
Tyera Eulberg
2019-01-23 18:05:06 -08:00
committed by Tyera Eulberg
parent ce41760fdd
commit b7be5b9a7a
12 changed files with 93 additions and 70 deletions

View File

@@ -46,7 +46,7 @@ fn test_wallet_deploy_program() {
let last_id = bank.last_id();
let server = Fullnode::new_with_bank(
leader_keypair,
Arc::new(vote_signer),
Some(Arc::new(vote_signer)),
bank,
None,
entry_height,