ethereum / go-verkle

A go implementation of Verkle trees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

init command doesn't seem to recognize --datadir anymore

gballet opened this issue · comments

Possibly an upstream error, it appeared during the rebase

This is due to the argument order mattering since the rollout of cli.v2. --datadir has to come before init on the command line.