From 52ce811d9680c5891fe63d5310c8029eabab016f Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Mon, 3 Sep 2018 15:22:00 +0300 Subject: [PATCH] Workaround ICE --- eth_common/eth_types.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth_common/eth_types.nim b/eth_common/eth_types.nim index 1c757ca..8cf2878 100644 --- a/eth_common/eth_types.nim +++ b/eth_common/eth_types.nim @@ -31,7 +31,7 @@ type value*: UInt256 payload*: Blob R*, S*: UInt256 - V*: range[27..28] + V*: byte BlockNumber* = UInt256