From 8f4061dc334e9b522038e84feec27492815c8c41 Mon Sep 17 00:00:00 2001 From: Boyu Yang Date: Thu, 8 Dec 2022 08:53:34 +0800 Subject: [PATCH] fix(0044): a stupid design mistake in light client protocol --- rfcs/0044-ckb-light-client/0044-ckb-light-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0044-ckb-light-client/0044-ckb-light-client.md b/rfcs/0044-ckb-light-client/0044-ckb-light-client.md index af06b5942..a3102c173 100644 --- a/rfcs/0044-ckb-light-client/0044-ckb-light-client.md +++ b/rfcs/0044-ckb-light-client/0044-ckb-light-client.md @@ -137,7 +137,7 @@ index of leaves in that MMR. Each MMR node is defined as follows: - `children_hash` - - For a leaf node, it's an empty hash (`0x0000...0000`). + - For a leaf node, it's its header hash. - For a non-leaf node, it's the hash of the serialized data that concatenate its two children nodes' hashes. A node's hash is the hash of its serialized data.