From dbc8d522b626c80f2fe718cab7b0d6355f7e116c Mon Sep 17 00:00:00 2001 From: MYLS Date: Wed, 26 Sep 2018 13:22:03 +0800 Subject: [PATCH] and modify `gen` --- gen.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/gen.bat b/gen.bat index d3f2a82..7103c1e 100644 --- a/gen.bat +++ b/gen.bat @@ -7,4 +7,3 @@ protoc -I . --go_out=plugins=grpc:%dir% bdchain/api/tx_ledger.proto protoc -I . --go_out=plugins=grpc:%dir% bdchain/api/ac_chain.proto echo All Done! -pause.