CI/CD testing environment - storage unused variable

CI/CD testing environment - storage unused variable

par Ran Liao,
Number of replies: 0

Hi,

I can pass all test cases locally, but the code couldn't be compiled in CI/CD testing environment. Here's the error message:

...

storage/file/mod.go:48:2: field blockchain is unused (U1000)
make: *** [Makefile:39: lint] Error 1
...

In short, the storage that implemented through local file system has one variable "blockchain" unused.