Rewrote service trait join() method to allow thread join handles to return values other than ()
This commit is contained in:
@ -205,7 +205,7 @@ impl Fullnode {
|
||||
/// `--------` | | `------------`
|
||||
/// `-------------------------------`
|
||||
/// ```
|
||||
pub fn new_with_bank(
|
||||
pub fn new_with_bank(
|
||||
keypair: Keypair,
|
||||
bank: Bank,
|
||||
entry_height: u64,
|
||||
|
Reference in New Issue
Block a user