Closed TUTUBIG closed 6 years ago
there comes a error after i executed go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go.
go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go
Is there something wrong with the variable filename ?
filename
There is the same error when i execute the test function TestGolden
TestGolden
this error will come when it runs on windows
there comes a error after i executed
go:generate gencodec -type Genesis -field-override genesisSpecMarshaling -out gen_genesis.go
.