Skip to content

Commit

Permalink
make rewarder start last and stop first
Browse files Browse the repository at this point in the history
  • Loading branch information
andymck committed Aug 23, 2023
1 parent d83d74b commit c2498ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iot_verifier/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ impl Server {
.add_task(entropy_loader)
.add_task(packet_loader)
.add_task(loader)
.add_task(rewarder)
.add_task(pk_loader_server)
.add_task(entropy_loader_server)
.add_task(rewarder)
.start()
.await
}
Expand Down

0 comments on commit c2498ea

Please sign in to comment.