From 2235d578131d908b411011f3720767bc6738aed2 Mon Sep 17 00:00:00 2001 From: cryptorex Date: Sun, 17 May 2020 12:20:30 -0500 Subject: [PATCH] remove archived win repo reference --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b90889954..205973650 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ cd src/ ./bitcoinz-cli z_getnewaddress # Test checking transparent balance ./bitcoinz-cli getbalance -# Test checking total balance +# Test checking total balance ./bitcoinz-cli z_gettotalbalance # Check all available wallet commands ./bitcoinz-cli help @@ -119,9 +119,6 @@ COPY bitcoinz.conf /bitcoinz/data/bitcoinz.conf Then, build with `docker build -t my-bitcoinz .` and run. -### Windows -Windows build is maintained in [bitcoinz-win project](https://github.com/bitcoinz-pod/bitcoinz-win). - Security Warnings -----------------