From 8b3272bb7398919d05324fffee5c2e66053e8071 Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Thu, 07 May 2020 13:56:47 +0000 Subject: [PATCH] Update acceptance doc --- --- a/doc/demo_milestone1-2.md +++ b/doc/demo_milestone1-2.md @@ -86,9 +86,10 @@ Run `nft`.`destroyCollection` with collection ID = 1, and then read collection from state. The returned fields will have default values, which indicates that collection does not exsit anymore: ``` +nft.collection: CollectionType { - NextItemId: 0, Owner: 5C4hrfjw9DjXZTzV3MwzrrAr9P1MJhSrvWGWqi1eSuyUpnhM, + NextItemId: 0, CustomDataSize: 0 } ``` -- gitstuff