We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f5ef6 commit 430bae5Copy full SHA for 430bae5
timeboost-builder/src/certifier.rs
@@ -146,7 +146,7 @@ impl Certifier {
146
mut c: AddressableCommittee,
147
) -> StdResult<(), CertifierDown> {
148
debug!(node = %self.label, committee = %c.committee().id(), "next committee");
149
- c.update_addresses(|a| a.to_owned().with_offset(CERTIFIER_PORT_OFFSET));
+ c.update_addresses(|a| a.clone().with_offset(CERTIFIER_PORT_OFFSET));
150
self.worker_tx
151
.send(Command::NextCommittee(c))
152
.await
0 commit comments