From 023b2c3024c5afcbd4e67b0263a7a9bef2b0bc3f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 8 Jul 2019 18:31:28 +0200 Subject: fix documentation about dependency --- scripts/gen-shapeshifter-state.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen-shapeshifter-state.py b/scripts/gen-shapeshifter-state.py index e7b1ff2..9f9ec3d 100755 --- a/scripts/gen-shapeshifter-state.py +++ b/scripts/gen-shapeshifter-state.py @@ -3,7 +3,7 @@ Generates the Curve25519 keypair that is needed by the shapeshifter-dispatcher server. -Depends on python3-axolotl-curve25519 package. +Depends on python3-pysodium package. """ import base64 -- cgit v1.2.3