Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Mar 20, 2024
1 parent 837866b commit b31a1fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/commands/encointer_ceremonies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,7 @@ async fn get_attendees_for_community_ceremony(
match api
.get_storage_by_key(storage_key.clone(), maybe_at)
.await
// todo: back to simple unwarp() https://github.com/encointer/encointer-node/issues/364
.unwrap_or(Some(Reputation::VerifiedLinked(0)))
.unwrap()
{
Expand Down

0 comments on commit b31a1fc

Please sign in to comment.