Sia-Ant-Farm
Sia-Ant-Farm copied to clipboard
An error when running "go get -u github.com/NebulousLabs/Sia-Ant-Farm/..."
go/src/github.com/NebulousLabs/Sia-Ant-Farm/ant/job_host.go:70:16: j.client.HostAcceptingContractsPost undefined (type *client.Client has no field or method HostAcceptingContractsPost)
@zyding1983 I am also facing issues, but not this one, when do you see this error appear, on initial install or when trying to run the farm?
looks like you need to fetch the dependencies again I believe. go get -u ./...
for both the Sia repo and the Sia-Ant-Farm repo. Make sure that you have pulled the latest release.