@cryptotaxi247 / kubo / commits / ce5084b5a

fix: go-libp2p-pnet now enforces the correct key size

Steven Allen committed Jun 1, 2019 at 17:14 UTC ce5084b5a52f5f26fbd6ceb9a53b2967f17c6df3
1 file changed +1 -1
test/sharness/t0181-private-network.sh
+1 -1
@@ -26,7 +26,7 @@ test_expect_success "daemon output incudes info about the reason" '
26 pnet_key() {
27 echo '/key/swarm/psk/1.0.0/'
28 echo '/bin/'
29 - random 16
29 + random 32
30 }
31
32 pnet_key > "${IPFS_PATH}/swarm.key"