node fingerprint ciphers now lowercase as this is more distinct and in particular the O is not confused with 0

This commit is contained in:
l0k18
2023-07-21 10:00:34 +01:00
parent 59c720c182
commit a44ae2ab0e
2 changed files with 10 additions and 3 deletions

View File

@@ -93,6 +93,14 @@ func pauza() {
// }
func TestEngine_PeerStoreDiscovery(t *testing.T) {
// This test doesn't have a concrete failure mode, as inevitably the nodes
// that start in the first half of the set, and the nodes in the second
// half, the latter may miss the former's advertisements.
//
// It is more for demonstration to see that the gossip is indeed propagating
// in the first round as nodes start up, and more comprehensive tests by
// nature need a lot more time and at least a second update of the full set
// to saturate all peers with their peers advertisements.
if indra.CI == "false" {
log2.SetLogLevel(log2.Trace)
}