From 63e31d653c2a380f81a6727ecf7b2b8a46c3e0aa Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Thu, 28 Nov 2024 15:22:55 +0100 Subject: [PATCH] refactor: remove rule output encoding base58 encode only the correct element in the then phase --- src/pubkeys-request-signed-02-24.zen | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pubkeys-request-signed-02-24.zen b/src/pubkeys-request-signed-02-24.zen index 431d20e..0117d6f 100644 --- a/src/pubkeys-request-signed-02-24.zen +++ b/src/pubkeys-request-signed-02-24.zen @@ -16,7 +16,6 @@ #Rule caller restroom-mw rule input encoding base58 -rule output encoding base58 Scenario ecdh Scenario eddsa @@ -187,7 +186,7 @@ and I append the 'base58' of 'eddsa public key' to 'id' # print did document, signature and signer id Then print the 'did document' -Then print the 'ecdh signature' +Then print the 'ecdh signature' as 'base58' Then print the 'timestamp' Then print the 'eddsa signature' Then print the 'id'