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

This commit is contained in:
Steven Allen 2019-06-01 17:14:16 -07:00
parent 0f66869233
commit ce5084b5a5

View File

@ -26,7 +26,7 @@ test_expect_success "daemon output incudes info about the reason" '
pnet_key() {
echo '/key/swarm/psk/1.0.0/'
echo '/bin/'
random 16
random 32
}
pnet_key > "${IPFS_PATH}/swarm.key"