mirror of
https://github.com/corda/corda.git
synced 2025-04-05 18:37:01 +00:00
Correct ordering of parameters in CordaX500Name and change to named parameters so they can't get incorrect. A constructor with identical types is at high risk of incorrect ordering of values, and therefore it's worth ensuring this can't happen again.