Adjust error info

This commit is contained in:
Nex
2018-10-11 15:09:45 +08:00
parent ebc381a760
commit f9452659ca
4 changed files with 36 additions and 7 deletions

1
gen.sh
View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
mkdir -p gen/go
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/common.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/error_details.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/tx_ledger.proto
protoc -I . --go_out=plugins=grpc:gen/go bdchain/api/ac_chain.proto