From 6d860e1829a009cfb205de112aabc58887fbe2d0 Mon Sep 17 00:00:00 2001 From: Dustin Brody Date: Fri, 8 Nov 2019 02:10:47 +0100 Subject: [PATCH] fix ncli build after removing Transfer --- ncli/ncli_hash_tree_root.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/ncli/ncli_hash_tree_root.nim b/ncli/ncli_hash_tree_root.nim index 5390e8243..842402622 100644 --- a/ncli/ncli_hash_tree_root.nim +++ b/ncli/ncli_hash_tree_root.nim @@ -32,5 +32,4 @@ cli do(kind: string, file: string): of "eth1_data": printit(Eth1Data) of "state": printit(BeaconState) of "proposer_slashing": printit(ProposerSlashing) - of "transfer": printit(Transfer) of "voluntary_exit": printit(VoluntaryExit)