Open Kwaskoff opened 7 months ago
Hi @Kwaskoff
I've checked it by re-downloading the pkg it looks fine
The checksum mismatch error indicates that the module github.com/bianjieai/nft-transfer@v1.1.3-ibc-v7.3.0
downloaded does not match the checksum recorded in go.sum
. This could be due to a change in the module, a potential security issue, or a local corruption. To resolve it, try running go mod tidy
to update your dependencies, clear your module cache with go clean -modcache
, and verify if the module or its version has been updated or altered.
I try to build the binary and have