Skip to content

Commit

Permalink
fix error in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
einhornimmond committed Aug 28, 2024
1 parent 474e532 commit 46c2636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interaction/validate/RegisterAddressRole.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ namespace gradido {
filter.searchDirection = blockchain::SearchDirection::ASC;
auto communityRoot = blockchain->findOne(filter);
if (!communityRoot) {
throw BlockchainOrderException("cannot finde community root transaction before register address");
throw BlockchainOrderException("cannot find community root transaction before register address");
}
bool foundCommunityRootSigner = false;

Expand Down

0 comments on commit 46c2636

Please sign in to comment.