Skip to content

Commit

Permalink
Summonerd: Improve double contribution error message
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby committed Oct 11, 2023
1 parent 11f6efe commit b48092b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/summonerd/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl server::CeremonyCoordinatorService for CoordinatorService {
}
ContributionAllowed::AlreadyContributed => {
return Err(Status::permission_denied(format!(
"Thanks again for your contribution! (No double dipping, unfortunately)"
"Thanks again for your contribution! Participating once is enough to guarantee security, and we'd like to allow other people to participate as well."
)))
}
};
Expand Down

0 comments on commit b48092b

Please sign in to comment.