From ec36396a2849f1e93edf8d5f1efbc2fad6d5a8ca Mon Sep 17 00:00:00 2001 From: lightclient <14004106+lightclient@users.noreply.github.com> Date: Sun, 11 Oct 2020 11:28:43 -0600 Subject: [PATCH] Automatically merged updates to draft EIP(s) 2733 (#3036) Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing --- EIPS/eip-2733.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EIPS/eip-2733.md b/EIPS/eip-2733.md index b216b227..e4025145 100644 --- a/EIPS/eip-2733.md +++ b/EIPS/eip-2733.md @@ -83,8 +83,8 @@ type Receipt = [ChildReceipt] struct ChildReceipt { status: u256, cumulative_gas_used: u256, - logs_bloom: [byte; 256], - logs: [byte] + logs_bloom: [u8; 256], + logs: [u8] } ```