From 165fab1ce445fa9a629d6e72c90d222a7736ba0a Mon Sep 17 00:00:00 2001 From: Gijs van Dam Date: Mon, 25 Mar 2024 13:48:15 +0100 Subject: [PATCH] fixup! bip-tap: correct `asset_tree_root` usage --- bip-tap.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-tap.mediawiki b/bip-tap.mediawiki index 63bc6599..b3e32911 100644 --- a/bip-tap.mediawiki +++ b/bip-tap.mediawiki @@ -215,7 +215,7 @@ represented as a Tapscript tree that commits to a single unique leaf of: * tagged_hash("TapLeaf", leaf_version || taproot_asset_marker || taproot_asset_version || asset_tree_root || sum_value) where: -* taproot_asset_marker is the sha256 hash of the ascii string "taproot-assets". +* taproot_asset_marker is the sha256 hash of the ascii string "taproot-assets:194243". * taproot_asset_version is the version of the Taproot Assets system which defines how the remainder of the commitment value is to be interpreted. * asset_tree_root is the 32-byte sha256 root hash of the asset tree. * sum_value is the 8-byte sum of the amt values of each of the asset leaves.