Skip to content

Commit

Permalink
Remove Country Suffix from Controller in DID Trustlist
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h authored and ascheibal committed Apr 29, 2024
1 parent aba5e58 commit 4a63dfa
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ private String generateTrustList(List<String> countries) throws Exception {
trustList.setId(configProperties.getDid().getDidId()
+ SEPARATOR_COLON
+ getCountryAsLowerCaseAlpha3(countries.get(0)));
trustList.setController(configProperties.getDid().getDidController()
+ SEPARATOR_COLON
+ getCountryAsLowerCaseAlpha3(countries.get(0)));
}

// Add DSC
Expand Down

0 comments on commit 4a63dfa

Please sign in to comment.