@@ -9,6 +9,7 @@ if ! [ -x "$(command -v go)" ]; then
fi
# now to compiling...
echo"You have go installed, so starting to compile hush lightwalletd for you..."
cd`pwd`/cmd/server
go build -o lightwalletd main.go
mv lightwalletd `pwd`/../../lightwalletd
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.