From ccb316c5f3ef28acf39e53699040443d447c954c Mon Sep 17 00:00:00 2001 From: greenknot Date: Thu, 20 Jan 2022 10:34:52 +0100 Subject: [PATCH] doc: fix description of PROVIDE NFT INFORMATION --- doc/ethapp.asc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ethapp.asc b/doc/ethapp.asc index 53007b4..5b21fa8 100644 --- a/doc/ethapp.asc +++ b/doc/ethapp.asc @@ -251,9 +251,9 @@ This commands provides a trusted description of an NFT to associate a contract a It shall be run immediately before performing a transaction involving a contract calling this contract address to display the proper nft information to the user if necessary, as marked in GET APP CONFIGURATION flags. -The signature is computed on +The signature is computed on: -type || version || len(collectionName) || collectionName || address || chainId || keyId || algorithmId || len(signature) || signature +type || version || len(collectionName) || collectionName || address || chainId || keyId || algorithmId #### Coding