Don't propogate errors we'll never handle

This commit is contained in:
Greg Fitzgerald
2018-09-02 23:23:43 -10:00
parent c2a4cb544e
commit c9a1ac9b8c
10 changed files with 24 additions and 27 deletions

View File

@ -211,7 +211,7 @@ impl Fullnode {
ledger_path,
node.sockets.gossip,
exit.clone(),
).expect("Ncp::new");
);
thread_hdls.extend(ncp.thread_hdls());
match leader_info {