From 0d801ef0332f04ad0cf5209017e290706547588c Mon Sep 17 00:00:00 2001 From: Alexandre Paillier Date: Wed, 16 Aug 2023 15:03:53 +0200 Subject: [PATCH] Fix error on signature computation for SET_PLUGIN --- doc/ethapp.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ethapp.adoc b/doc/ethapp.adoc index d61454a..4e5c646 100644 --- a/doc/ethapp.adoc +++ b/doc/ethapp.adoc @@ -528,7 +528,7 @@ The plugin names `ERC20`, `ERC721` and `ERC1155` are reserved. Additional plugin The signature is computed on -type || version || len(pluginName) || pluginName || address || selector || chainId || keyId || algorithmId || len(signature) || signature +type || version || len(pluginName) || pluginName || address || selector || chainId || keyId || algorithmId #### Coding