decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
19 stars 20 forks source link

types: Remove Revoked from VSP info response. #474

Closed jholdstock closed 4 months ago

jholdstock commented 4 months ago

This was marked as deprecated in the previous release and is now being removed.

jholdstock commented 4 months ago

Yeah sorry, I was a bit too eager with opening the PR and realized I still needed to make changes. Should be good now.

davecgh commented 4 months ago
$ git diff
diff --git a/run_tests.sh b/run_tests.sh
index 40d98c2..ae48f86 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -14,7 +14,7 @@ go version
 # Run tests on root module and all submodules.
 echo "==> test all modules"
 ROOTPKG="github.com/decred/vspd"
-GORACE="halt_on_error=1" go test -race $ROOTPKG/...
+GORACE="halt_on_error=1" go test -race ./...