Exit signal cleanup: pass in references, make the receiver clone as needed
This commit is contained in:
@@ -150,7 +150,7 @@ impl Replicator {
|
||||
Some(blocktree.clone()),
|
||||
None,
|
||||
node.sockets.gossip,
|
||||
exit.clone(),
|
||||
&exit,
|
||||
);
|
||||
|
||||
info!("polling for leader");
|
||||
|
Reference in New Issue
Block a user