OSDN Git Service

Merge pull request #1486 from Bytom/edit-utxo-number v1.0.7
authorPaladz <yzhu101@uottawa.ca>
Mon, 19 Nov 2018 06:51:49 +0000 (14:51 +0800)
committerGitHub <noreply@github.com>
Mon, 19 Nov 2018 06:51:49 +0000 (14:51 +0800)
edit the chain utxo number config

Makefile

index 1e442fe..4a3b242 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -104,8 +104,6 @@ clean:
        @rm -rf blockchain/pseudohsm/testdata/pseudo/
        @echo "Cleaning sm2 pem files..."
        @rm -rf crypto/sm2/*.pem
-       @echo "Cleaning go test cache..."
-       @go clean -testcache
        @echo "Done."
 
 target/$(BYTOMD_BINARY32):