From a9b76e62d1bf77e228dff77ac148f5baebe0a7eb Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Wed, 29 Aug 2018 21:09:45 +0200 Subject: [PATCH] [fix] remove null algo --- rfc/0006_ws2p_v2.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rfc/0006_ws2p_v2.md b/rfc/0006_ws2p_v2.md index d763086..263646c 100644 --- a/rfc/0006_ws2p_v2.md +++ b/rfc/0006_ws2p_v2.md @@ -146,9 +146,8 @@ Blockstamp : BlockNumber(u32) + BlockHash([u8; 32]). | algorithm | code | |:----------------------:|-------:| -| null* | 0x00 | -| Ed25519 | 0x01 | -| Schnorr | 0x02 | +| Ed25519 | 0x00 | +| Schnorr | 0x01 | ##### PubkeyBox -- GitLab