From 21b2673f7a8a94150eebea3fc9613d3bc47dfdef Mon Sep 17 00:00:00 2001 From: Vivek Arte <46618816+vivek-arte@users.noreply.github.com> Date: Tue, 2 Sep 2025 17:06:07 +0530 Subject: [PATCH] Adding back the assetBase field to the IssueNote structure (#120) The merge of #987 happened to delete the table entry for the Asset Base in the Issue Note. We are adding it back here. --- zips/zip-0230.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zips/zip-0230.rst b/zips/zip-0230.rst index 074c0340d..44462585e 100644 --- a/zips/zip-0230.rst +++ b/zips/zip-0230.rst @@ -467,6 +467,8 @@ An issuance note, ``IssueNote`` contains the following fields: +-----------------------------+------------------------------+------------------------------------------------+---------------------------------------------------------------------+ | 8 |``value`` |``uint64`` |The amount being issued in this note. | +-----------------------------+------------------------------+------------------------------------------------+---------------------------------------------------------------------+ +| 32 |``assetBase`` |``byte[32]`` |The encoding of the Asset Base. | ++-----------------------------+------------------------------+------------------------------------------------+---------------------------------------------------------------------+ | 32 |``rho`` |``byte[32]`` |This is defined and encoded in the same manner as for Orchard notes | | | | |in §3.2.1 ‘Note Plaintexts and Memo Fields’. | +-----------------------------+------------------------------+------------------------------------------------+---------------------------------------------------------------------+