From 27e35e392d7cf5ded7f5acf19194191bc5a033a0 Mon Sep 17 00:00:00 2001 From: Fang Date: Tue, 4 Sep 2018 16:49:49 +0200 Subject: [PATCH] Minor corrections --- sys/zuse.hoon | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys/zuse.hoon b/sys/zuse.hoon index 5d5079baa..33c07c8dd 100644 --- a/sys/zuse.hoon +++ b/sys/zuse.hoon @@ -115,7 +115,7 @@ ++ ethe |% :: - :: ethereum types. integer bitsizes ignored. + :: solidity types. integer bitsizes ignored ++ etyp $% :: static %address %bool @@ -128,7 +128,7 @@ %bytes %string == :: - :: ethereum-style typed data. integer bitsizes ignored. + :: solidity-style typed data. integer bitsizes ignored ++ data $% [%address p=address] [%string p=tape] @@ -139,7 +139,7 @@ [%ureal p=@urs] [%array-n p=(list data)] [%array p=(list data)] - [%bytes-n p=octs] ::TODO just @, because context knowns length? + [%bytes-n p=octs] ::TODO just @, because context knows length? [%bytes p=octs] == :: @@ -7731,7 +7731,6 @@ == :: ++ event-log-to-hull-diff - =, ethe =, ships-events |= log=event-log ^- (unit (pair ship diff-hull))