Rewrote service trait join() method to allow thread join handles to return values other than ()

This commit is contained in:
Carl
2018-09-12 15:05:22 -07:00
committed by Greg Fitzgerald
parent 7601a8001c
commit 91cf14e641
5 changed files with 9 additions and 5 deletions

View File

@ -205,7 +205,7 @@ impl Fullnode {
/// `--------` | | `------------`
/// `-------------------------------`
/// ```
pub fn new_with_bank(
pub fn new_with_bank(
keypair: Keypair,
bank: Bank,
entry_height: u64,