Skip to content

Commit

Permalink
Argh. Missed one in the multinode tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwiebe committed Jul 28, 2022
1 parent 74a5586 commit bbeaba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ fn from_masq_node_to_node_record(masq_node: &dyn MASQNode) -> NodeRecord {
NodeRecord {
inner: agr.inner.clone(),
metadata: NodeRecordMetadata {
desirable: true,
desirable_for_exit: true,
last_update: time_t_timestamp(),
node_addr_opt: agr.node_addr_opt.clone(),
},
Expand Down

0 comments on commit bbeaba8

Please sign in to comment.