mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
fix: go-libp2p-pnet now enforces the correct key size
This commit is contained in:
parent
0f66869233
commit
ce5084b5a5
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user