root out remaining Transfer references in ncli

This commit is contained in:
Dustin Brody 2019-11-08 02:30:30 +01:00
parent 6d860e1829
commit 6bb63f3563
2 changed files with 0 additions and 2 deletions

View File

@ -31,5 +31,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)

View File

@ -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)