mirror of
https://github.com/corda/corda.git
synced 2025-05-28 05:04:22 +00:00
BFTNotaryServiceTests generates a master node independently of the cluster nodes, so it can put it at the end of the list of nodes. The calling function however treats the first node in the list as the master, not the last node. This simplifies the code while maintaining the same behaviour.