root out remaining Transfer references in ncli
This commit is contained in:
parent
6d860e1829
commit
6bb63f3563
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue