fixing "Crypto scheme must be secp256k1"

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2023-06-13 13:25:29 +02:00
parent ed05ebba46
commit 05d1ed4a43
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
1 changed files with 5 additions and 0 deletions

5
config.nims Normal file
View File

@ -0,0 +1,5 @@
switch("define", "libp2p_pki_schemes=secp256k1")
# begin Nimble config (version 1)
when fileExists("nimble.paths"):
include "nimble.paths"
# end Nimble config