Skip to content

Commit 430bae5

Browse files
akonringtwittner
andauthored
Update timeboost-builder/src/certifier.rs
Co-authored-by: Toralf Wittner <[email protected]>
1 parent d0f5ef6 commit 430bae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timeboost-builder/src/certifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ impl Certifier {
146146
mut c: AddressableCommittee,
147147
) -> StdResult<(), CertifierDown> {
148148
debug!(node = %self.label, committee = %c.committee().id(), "next committee");
149-
c.update_addresses(|a| a.to_owned().with_offset(CERTIFIER_PORT_OFFSET));
149+
c.update_addresses(|a| a.clone().with_offset(CERTIFIER_PORT_OFFSET));
150150
self.worker_tx
151151
.send(Command::NextCommittee(c))
152152
.await

0 commit comments

Comments
 (0)