From 61f5d99dee28b9e974f8d66e8bd9387bb20dca03 Mon Sep 17 00:00:00 2001 From: Hsiao-Wei Wang Date: Thu, 17 Jan 2019 16:54:38 +0800 Subject: [PATCH] Fix `Deposit.branch` type notation --- specs/core/0_beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/0_beacon-chain.md b/specs/core/0_beacon-chain.md index 89036acb9..b584bd4be 100644 --- a/specs/core/0_beacon-chain.md +++ b/specs/core/0_beacon-chain.md @@ -373,7 +373,7 @@ Unless otherwise indicated, code appearing in `this style` is to be interpreted ```python { # Branch in the deposit tree - 'branch': '[bytes32]', + 'branch': ['bytes32'], # Index in the deposit tree 'index': 'uint64', # Data