fix ncli build after removing Transfer

This commit is contained in:
Dustin Brody 2019-11-08 02:10:47 +01:00
parent 3bb95f571f
commit 6d860e1829
1 changed files with 0 additions and 1 deletions

View File

@ -32,5 +32,4 @@ cli do(kind: string, file: string):
of "eth1_data": printit(Eth1Data) of "eth1_data": printit(Eth1Data)
of "state": printit(BeaconState) of "state": printit(BeaconState)
of "proposer_slashing": printit(ProposerSlashing) of "proposer_slashing": printit(ProposerSlashing)
of "transfer": printit(Transfer)
of "voluntary_exit": printit(VoluntaryExit) of "voluntary_exit": printit(VoluntaryExit)